MCPcopy Create free account
hub / github.com/bobbylight/RText / getShortcutsFile

Method getShortcutsFile

src/main/java/org/fife/rtext/RText.java:683–686  ·  view source on GitHub ↗

Returns the file in which to load and save user-customized keyboard shortcuts. @return The shortcuts file.

()

Source from the content-addressed store, hash-verified

681 * @return The shortcuts file.
682 */
683 private static File getShortcutsFile() {
684 return new File(RTextUtilities.getPreferencesDirectory(),
685 "shortcuts.properties");
686 }
687
688
689 /**

Callers 2

createActionsMethod · 0.95
savePreferencesMethod · 0.95

Calls 1

Tested by

no test coverage detected