mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
Forgot another print statement
Really should not code when I am busy :)
This commit is contained in:
@@ -313,7 +313,6 @@ static GLFWbool initializeTIS(void)
|
||||
|
||||
static inline bool
|
||||
is_ctrl_tab(NSEvent *event, NSEventModifierFlags modifierFlags) {
|
||||
NSLog(@"%@\n", event.charactersIgnoringModifiers);
|
||||
if (
|
||||
(modifierFlags == NSEventModifierFlagControl &&
|
||||
[event.charactersIgnoringModifiers isEqualToString:@"\t"]) ||
|
||||
|
||||
Reference in New Issue
Block a user