Skip to content

Commit ff30d12

Browse files
committed
feat(win): set Ctrl+2 to be Ctrl+Space
1 parent 1618af5 commit ff30d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serial_terminal/console/windows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
}
5757

5858
MAP_F_KEYS = {
59-
'\x03': 'Ctrl+2',
59+
'\x03': 'Ctrl+Space', # actually CTRL+2 but linux has this as alias for Ctrl+Space too
6060
'\x3b': 'F1',
6161
'\x3c': 'F2',
6262
'\x3d': 'F3',

0 commit comments

Comments
 (0)