Opened 15 years ago
Closed 15 years ago
#1622 closed enhancement (fixed)
[PATCH] Keyboard Configuration
Reported by: | Henry Loenwind | Owned by: | framm |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
I'm done, here is the patch.
There are still a lot of minor TODOs on my list, but this is a workable 1.0-version. (Release early, release often, they say...)
There is one slightly larger TODO: Someone should check if the shortcuts are distributed nicely initially on Linux (or any other non-win, non-osx platform). I'd be not a blocker, but if there was a problem, Linux user would have to manually reconfigure the "bad" keys.
BTW: I'd like to ask for this to be integrated (after checking) fast, so it does not become outdated. This patches about every second file in JOSM, so it'd be hard word to merge it later.
Attachments (12)
Change History (13)
Changed 15 years ago by
Attachment: | thepatch.diff added |
---|
Changed 15 years ago by
Attachment: | svn-status-u.txt added |
---|
Changed 15 years ago by
Attachment: | ShortCut.java added |
---|
Changed 15 years ago by
Attachment: | ShortcutPreference.java added |
---|
Changed 15 years ago by
Attachment: | shortcuts.png added |
---|
Changed 15 years ago by
Attachment: | prefJPanel.java added |
---|
Changed 15 years ago by
Attachment: | PlatformHook.java added |
---|
Changed 15 years ago by
Attachment: | PlatformHookUnixoid.java added |
---|
Changed 15 years ago by
Attachment: | PlatformHookWindows.java added |
---|
Changed 15 years ago by
Attachment: | PlatformHookOsx.java added |
---|
Changed 15 years ago by
Changed 15 years ago by
Attachment: | thepatch-withwhitespace.diff added |
---|
This is the same patch but WITH whitespace changes. Gives nicer results...