diff options
author | Alexandr Shadchin <shadchin@cvs.openbsd.org> | 2017-05-21 17:36:41 +0000 |
---|---|---|
committer | Alexandr Shadchin <shadchin@cvs.openbsd.org> | 2017-05-21 17:36:41 +0000 |
commit | 44a0d8d928a697720de39743c33baccaa9d63840 (patch) | |
tree | 2b8eba7c0a645093e4745e9877c5f73e431a00ee /dist | |
parent | 0a8ee01924123b6df33a886c1e1f9c461f15a4ba (diff) |
Add "Sun LKeys" section, this patch forgot add in last update.
noticed deraadt@, ok matthieu@
Diffstat (limited to 'dist')
-rw-r--r-- | dist/xkeyboard-config/symbols/pc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dist/xkeyboard-config/symbols/pc b/dist/xkeyboard-config/symbols/pc index 019971323..d06eb5bf2 100644 --- a/dist/xkeyboard-config/symbols/pc +++ b/dist/xkeyboard-config/symbols/pc @@ -31,6 +31,18 @@ xkb_symbols "pc105" { key <RWIN> { [ Super_R ] }; key <MENU> { [ Menu ] }; + // "Sun LKeys" section + 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 ] }; + // Beginning of modifier mappings. modifier_map Shift { Shift_L, Shift_R }; modifier_map Lock { Caps_Lock }; |