diff options
author | Alexandr Shadchin <shadchin@cvs.openbsd.org> | 2013-06-15 16:00:40 +0000 |
---|---|---|
committer | Alexandr Shadchin <shadchin@cvs.openbsd.org> | 2013-06-15 16:00:40 +0000 |
commit | bdc3e965c92976b8331be4d3a8edeef261ec07ee (patch) | |
tree | d9c6d6bddf88492654f6c4d4e1d4c648d00e0e38 /dist | |
parent | aaa35baab570726248dea0bf811652e9e141ea6b (diff) |
Sun LKey section defines two xkb groups that lead to problems if there was only
one layout is configured. Toggle this section to one group.
pointed out, tested and ok landry@, ok matthieu@
Diffstat (limited to 'dist')
-rw-r--r-- | dist/xkeyboard-config/symbols/sun_vndr/us | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/dist/xkeyboard-config/symbols/sun_vndr/us b/dist/xkeyboard-config/symbols/sun_vndr/us index 8797c56bb..0c9baa9f9 100644 --- a/dist/xkeyboard-config/symbols/sun_vndr/us +++ b/dist/xkeyboard-config/symbols/sun_vndr/us @@ -214,16 +214,16 @@ xkb_symbols "left_funkeys" { //key <CUT> { [ L10, L10, SunCut ] }; // OpenBSD variant - key <STOP> { [ Cancel ], [ F11 ] }; - key <AGAI> { [ Redo ], [ F12 ] }; - key <PROP> { [ SunProps ], [ F13 ] }; - key <UNDO> { [ Undo ], [ F14 ] }; - key <FRNT> { [ SunFront ], [ F15 ] }; - key <COPY> { [ SunCopy ], [ F16 ] }; - key <OPEN> { [ SunOpen ], [ F17 ] }; - key <PAST> { [ SunPaste ], [ F18 ] }; - key <FIND> { [ Find ], [ F19 ] }; - key <CUT> { [ SunCut ], [ F20 ] }; + key <STOP> { [ Cancel, Cancel, F11 ] }; + key <AGAI> { [ Redo, Redo, F12 ] }; + key <PROP> { [ SunProps, SunProps, F13 ] }; + key <UNDO> { [ Undo, Undo, F14 ] }; + key <FRNT> { [ SunFront, SunFront, F15 ] }; + key <COPY> { [ SunCopy, SunCopy, F16 ] }; + key <OPEN> { [ SunOpen, SunOpen, F17 ] }; + key <PAST> { [ SunPaste, SunPaste, F18 ] }; + key <FIND> { [ Find, Find, F19 ] }; + key <CUT> { [ SunCut, SunCut, F20 ] }; }; hidden |