-
Notifications
You must be signed in to change notification settings - Fork 0
/
piKboard_short.xml
25 lines (23 loc) · 1 KB
/
piKboard_short.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<keyboard>
<chainQuitKey>C-g</chainQuitKey>
<!-- AKB EDITS ------------------------------------------------------------- -->
<!-- ref: https://www.tomshardware.com/uk/news/raspberry-pi-custom-keyboard-shortcuts,40215.html -->
<!-------- BLANK TEMPLATE ----------------------------------------------------
<keybind key="-TBC-">
<action name="Execute">
<command>-TBC-</command>
</action>
</keybind>
-->
<!-------- SYNTAX ------------------------------------------------------------
A - ALT C - CTRL S - Shift W - Windows
space - spacebar Return - enter Home - home
Up / Down / Right / Left - arrow keys Prior - Pg Up Next - Pg Dn
End - end BackSpace - backspace Print - Print Screen
-->
<keybind key="W-t">
<action name="Execute">
<command>-TBC-</command>
</action>
</keybind>
<!-- END AKB EDITS --------------------------------------------------------- -->