Opened 17 years ago
Closed 16 years ago
#2139 closed bug (fixed)
Wrong modifier show in menus.
Reported by: | bga | Owned by: | stippi |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | User Interface | Version: | R1/pre-alpha1 |
Keywords: | Cc: | andreasf | |
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
It seems that Haiku shows the wrong modifier key in menus. Although the default for operations like Cut/Paste is ALT, it shows CTL throughout the system (in Tracker, StyledEdit, Terminal, etc).
Change History (12)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Description: | modified (diff) |
---|
comment:3 by , 17 years ago
Cc: | added |
---|
Noticed that too, it seems to depend on the keymap: For US International it looked correct but not for German.
Interestingly Ctrl+C does work for the right Ctrl key but not for the left one.
comment:4 by , 16 years ago
The modifiers situation is a bit confusing: Using the italian keymap, the CTRL shortcut key is the default, and if I choose ALT as shortcut key, then I can't produce some symbols anymore (I.e. the @ symbol, which is produced with ALT-GR + the ò key, in the italian keymap).
comment:5 by , 16 years ago
You must not trust Menu preflet when it says you are in CTRL mode. It only compares key codes of the left command key and the right command key, and theres a bug in the keymaps (most non english). I'll fix the keymaps shortly.
Concerning the Italian keymap, i could produce the @ symbol, the problem is that ALT-GR becomes RightControl when you're in ALT mode, sure looks odd, but let's keep that for another ticket :-)
follow-up: 7 comment:6 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in hrev27086
comment:7 by , 16 years ago
follow-up: 10 comment:8 by , 16 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Reverted in hrev27087 Advices welcomed :)
comment:9 by , 16 years ago
Can't the Menu preflet be fixed to not touch the right side of the keyboard? And then apply the patch to the keymaps with the same change.
comment:10 by , 16 years ago
It seems like the menu checks the right-hand key to choose the displayed modifier, so messes it up for those keymaps - if that were the case, we could update it to check the left key instead and leave the keymaps as they are?
Forgot to mention that ALT+C works as expected while CTL+C does not. Even with the menus showing CTL as the modifier key.