summaryrefslogtreecommitdiff
path: root/README-SWITCH.md
diff options
context:
space:
mode:
authorcpasjuste <cpasjuste@gmail.com>2020-04-27 11:36:29 +0200
committercpasjuste <cpasjuste@gmail.com>2020-04-27 11:36:29 +0200
commit6e9bf7b88a055247c01d4c25bfe172748aace9a6 (patch)
tree373307196cb9098fbe9175a97c8a7374bbc298e0 /README-SWITCH.md
parent4fd097015d4b38a64e0aad56720be020b1729348 (diff)
downloadplus-6e9bf7b88a055247c01d4c25bfe172748aace9a6.tar.gz
plus-6e9bf7b88a055247c01d4c25bfe172748aace9a6.tar.bz2
plus-6e9bf7b88a055247c01d4c25bfe172748aace9a6.tar.xz
plus-6e9bf7b88a055247c01d4c25bfe172748aace9a6.zip
switch: send gui escape/cancel event on keyboard dismiss
switch: add README-SWITCH.md
Diffstat (limited to 'README-SWITCH.md')
-rw-r--r--README-SWITCH.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/README-SWITCH.md b/README-SWITCH.md
new file mode 100644
index 000000000..35d732bf8
--- /dev/null
+++ b/README-SWITCH.md
@@ -0,0 +1,28 @@
+Switch button mapping:
+
+```
+KEY_A JButton1
+KEY_B JButton2
+KEY_X JButton3
+KEY_Y JButton4
+KEY_LSTICK JButton5
+KEY_RSTICK JButton6
+KEY_L JButton7
+KEY_R JButton8
+KEY_ZL JButton9
+KEY_ZR JButton10
+KEY_PLUS JButton11
+KEY_MINUS JButton12
+KEY_DLEFT JButton13
+KEY_DUP JButton14
+KEY_DRIGHT JButton15
+KEY_DDOWN JButton16
+KEY_LSTICK_LEFT JButton17
+KEY_LSTICK_UP JButton18
+KEY_LSTICK_RIGHT JButton19
+KEY_LSTICK_DOWN JButton20
+KEY_RSTICK_LEFT JButton21
+KEY_RSTICK_UP JButton22
+KEY_RSTICK_RIGHT JButton23
+KEY_RSTICK_DOWN JButton24
+``` \ No newline at end of file