Commit 533b363
authored
🤖 fix: make Ctrl+Shift+E and Ctrl+T keybinds work regardless of focus (#1087)
Move OPEN_IN_EDITOR and OPEN_TERMINAL handlers before the
`isEditableElement` guard so they work even when focus is on the chat
input or other text fields.
This matches the behavior of TOGGLE_MODE (Ctrl+Shift+M) which already
works globally.
_Generated with `mux`_1 parent 5f47458 commit 533b363
1 file changed
+12
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
139 | 151 | | |
140 | 152 | | |
141 | 153 | | |
| |||
144 | 156 | | |
145 | 157 | | |
146 | 158 | | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | 159 | | |
154 | 160 | | |
155 | 161 | | |
| |||
0 commit comments