Update input_on_keyboard.py

fix keyboard input logic node
This commit is contained in:
Sandy10000 2019-06-29 16:05:44 +09:00 committed by GitHub
parent 9e6a765583
commit c2c7fef3ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,12 +52,12 @@ class OnKeyboardNode(Node, ArmLogicTreeNode):
('7', '7', '7'),
('8', '8', '8'),
('9', '9', '9'),
('.', '.', '.'),
(',', ',', ','),
('period', 'period', 'period'),
('comma', 'comma', 'comma'),
('space', 'space', 'space'),
('backspace', 'backspace', 'backspace'),
('tab', 'tab', 'tab'),
('return', 'return', 'return'),
('enter', 'enter', 'enter'),
('shift', 'shift', 'shift'),
('control', 'control', 'control'),
('alt', 'alt', 'alt'),