D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
usr
/
share
/
X11
/
xkb
/
symbols
/
Filename :
level2
back
Copy
// These partial variants assign Shift to various XKB keycodes. // The Less/Greater key (while pressed) chooses the second shift level. partial modifier_keys xkb_symbols "lsgt_switch" { key <LSGT> { type[Group1]="ONE_LEVEL", symbols[Group1] = [ Shift_L ] }; };