VirtualBox

Ticket #2302: switch-brackets-and-ctrls.sh

File switch-brackets-and-ctrls.sh, 616 bytes (added by Clemens Fruhwirth, 15 years ago)

My real remapping configuration disturbing also the ByType mechanism

Line 
1xkbcomp - $DISPLAY <<EOF
2xkb_keymap {
3 xkb_keycodes { include "evdev+aliases(qwerty)"
4 <CAPS> = 133;
5 <LCTL> = 66;
6 <LWIN> = 37;
7 <HOME> = 64;
8 <LALT> = 110;
9 <RALT> = 112;
10 <PGUP> = 108;
11 };
12 xkb_types { include "complete" };
13 xkb_compat { include "complete" };
14 xkb_symbols { include "pc+us+inet(evdev)"
15 key <AD11> { [ parenleft, braceleft ] };
16 key <AD12> { [ parenright, braceright ] };
17 key <AE09> { [ 9, bracketleft ] };
18 key <AE10> { [ 0, bracketright ] };
19 };
20 xkb_geometry { include "pc(pc105)" };
21};
22EOF

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy