#6345 closed defect (fixed)
shortcuts info not adjusted to language (Was: shortcuts info not adjusted to language if start option --language is used.)
Reported by: | skyper | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | shortcut language javabug | Cc: |
Description (last modified by )
Attachments (0)
Change History (10)
comment:1 by , 14 years ago
Summary: | shortcuts info not adjusted to language if start option --language is used. → shortcuts info not adjusted to language (Was: shortcuts info not adjusted to language if start option --language is used.) |
---|
follow-up: 4 comment:3 by , 13 years ago
the problem appears also in the console messages (silent shortcut conflicts).
follow-up: 5 comment:4 by , 13 years ago
Replying to dieterdreist:
the problem appears also in the console messages (silent shortcut conflicts).
Your problems with changing shortcuts has nothing todo with this ticket and belongs to #6840. Please add more information eg the console output there.
Did you try it with a new/empty josm directory ? Have a look at Help/ResetPreferences
comment:5 by , 13 years ago
Replying to skyper:
Replying to dieterdreist:
the problem appears also in the console messages (silent shortcut conflicts).
Your problems with changing shortcuts has nothing todo with this ticket and belongs to #6840. Please add more information eg the console output there.
yes, I know that these 2 issues are not connected (I created a separate ticket for the language problem). I found the troublemaker which causes #6840 (utils2 plugin) and already added information regarding this to the ticket.
comment:7 by , 12 years ago
Description: | modified (diff) |
---|
From KeyEvent.getKeyText() javadoc :
These strings can be localized by changing the awt.properties file.
I do not have any idea how we are supposed to do that. Instead, I found this on Oracle website:
2.3 Key Events This section describes issues with key events. 2.3.1 General Unresolved Keyboard Issues The following keyboard issues are currently unresolved. Changing the default locale at runtime does not change the text that is displayed for the menu accelerator keys.
Looks like a Java bug to me. They don't even say they will fix it, but I don't see a workaround right now.
comment:8 by , 12 years ago
Bug found. There's a dirty hack submitted as a workaround.
EDIT: it works !
comment:10 by , 9 years ago
Keywords: | javabug added |
---|
This also happens if the language set in preferences is not the default local one.
Or do I miss some java libs on my system ?
r4105, openjdk, Debian stable (with little testing).