Add "Sun LKeys" section, this patch forgot add in last update.

noticed deraadt@, ok matthieu@
This commit is contained in:
shadchin 2017-05-21 17:36:40 +00:00
parent 288306ac39
commit 3edcbf6370

View File

@ -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 };