Skip to content

Commit

Permalink
Update input_on_keyboard.py
Browse files Browse the repository at this point in the history
fix keyboard input logic node
  • Loading branch information
Sandy10000 committed Jun 29, 2019
1 parent 9e6a765 commit c2c7fef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions blender/arm/logicnode/input_on_keyboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit c2c7fef

Please sign in to comment.