feat: ctrl t for diff thinking rendering types
This commit is contained in:
@@ -329,6 +329,7 @@ export function TextInput({
|
||||
k.upArrow ||
|
||||
k.downArrow ||
|
||||
(k.ctrl && inp === 'c') ||
|
||||
(k.ctrl && inp === 't') ||
|
||||
k.tab ||
|
||||
(k.shift && k.tab) ||
|
||||
k.pageUp ||
|
||||
|
||||
Reference in New Issue
Block a user