virtual key codes
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# Scan codes are in decimal
|
||||
# See here: https://www.millisecond.com/support/docs/v6/html/language/scancodes.htm
|
||||
# Scan codes are in decimal: https://www.millisecond.com/support/docs/v6/html/language/scancodes.htm
|
||||
# VK code here: https://docs.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes
|
||||
|
||||
[[button]]
|
||||
name = "quit"
|
||||
scan_code = 1
|
||||
vk_code = "VK_ESCAPE"
|
||||
|
||||
[[button]]
|
||||
name = "toggle_edit"
|
||||
|
||||
@@ -20,7 +20,7 @@ scan_code = 30
|
||||
|
||||
[[button]]
|
||||
name = "button_right"
|
||||
scan_code = 32
|
||||
vk_code = "VK_D"
|
||||
|
||||
[[axis]]
|
||||
name = "move_sideways"
|
||||
|
||||
Reference in New Issue
Block a user