* Applied patch by Matt that makes the Dvorak alt/option keys behave like the
one in the American keymap (instead of following those in the US-International keymap). This closes ticket #3756. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32378 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -40,11 +40,11 @@ NumLock = 0x22
|
|||||||
LShift = 0x4b
|
LShift = 0x4b
|
||||||
RShift = 0x56
|
RShift = 0x56
|
||||||
LCommand = 0x5d
|
LCommand = 0x5d
|
||||||
RCommand = 0x00
|
RCommand = 0x5f
|
||||||
LControl = 0x5c
|
LControl = 0x5c
|
||||||
RControl = 0x60
|
RControl = 0x60
|
||||||
LOption = 0x66
|
LOption = 0x66
|
||||||
ROption = 0x5f
|
ROption = 0x67
|
||||||
Menu = 0x68
|
Menu = 0x68
|
||||||
#
|
#
|
||||||
# Lock settings
|
# Lock settings
|
||||||
|
|||||||
Reference in New Issue
Block a user