diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-02-15 17:28:33 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-02-15 17:28:33 +0000 |
commit | 27b0f8f8a545467788b2a30bce2365b966c48a4a (patch) | |
tree | b6e97bb06047bbf9c9e5dc052233ea87bfc67c0e /data/xkbdata/symbols | |
parent | 2b8179b5608fe2f127335ad960e99af3fcbce9d5 (diff) |
Add the Sun Left keypad symbols to the pc(basic) layout.
This removes the need for an InputDevice section in xorg.conf to use
those keys on a Sun keyboard. "go for it" miod@.
Diffstat (limited to 'data/xkbdata/symbols')
-rw-r--r-- | data/xkbdata/symbols/pc/pc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/data/xkbdata/symbols/pc/pc b/data/xkbdata/symbols/pc/pc index be03662e5..1cdc89a21 100644 --- a/data/xkbdata/symbols/pc/pc +++ b/data/xkbdata/symbols/pc/pc @@ -171,6 +171,19 @@ xkb_symbols "basic" { key <KPDL> { [ KP_Delete, KP_Decimal ] }; // End "Keypad" section + // Begin "Sun LKeys" section + 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 ] }; + // End "Sun LKeys" section + // begin modifier mappings modifier_map Shift { Shift_L, Shift_R }; modifier_map Lock { Caps_Lock, ISO_Lock }; |