Skip to content

Commit 2bbf706

Browse files
authored
Tweak tdeck keys (#169)
1 parent 7822097 commit 2bbf706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devices/TDECK/lib/userinput/_keys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def _special_mod_keys(self, keylist: list):
204204
keylist.append("OPT")
205205
# shortcut for "ESC"
206206
if "ALT" in keylist \
207-
and "q" in keylist:
207+
and "e" in keylist:
208208
keylist.remove("ALT")
209209
keylist.remove("q")
210210
keylist.append("ESC")

0 commit comments

Comments
 (0)