Skip to content

Commit 95326ca

Browse files
dvbridgespeircej
authored andcommitted
BF: Redefines key code 43 to tab on Mac (was escape)
1 parent da83429 commit 95326ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

psychopy/hardware/keyboard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ def _processEvts(self):
455455
29: 'z',
456456
30: '1', 31: '2', 32: '3', 33: '4', 34: '5', 35: '6', 36: '7',
457457
37: '8', 38: '9', 39: '0',
458-
40: 'return', 41: 'escape', 42: 'backspace', 43: 'escape', 44: 'space',
458+
40: 'return', 41: 'escape', 42: 'backspace', 43: 'tab', 44: 'space',
459459
45: 'minus', 46: 'equal',
460460
47: 'bracketleft', 48: 'bracketright', 49: 'backslash', 51: 'semicolon',
461461
52: 'apostrophe', 53: 'grave', 54: 'comma', 55: 'period', 56: 'slash',

0 commit comments

Comments
 (0)