Forgot another print statement
Really should not code when I am busy :)
This commit is contained in:
parent
e25b64ae15
commit
8406d4a8f1
1 changed files with 0 additions and 1 deletions
|
|
@ -313,7 +313,6 @@ - (void)render_frame_received:(id)displayIDAsID
|
|||
|
||||
static inline bool
|
||||
is_ctrl_tab(NSEvent *event, NSEventModifierFlags modifierFlags) {
|
||||
NSLog(@"%@\n", event.charactersIgnoringModifiers);
|
||||
if (
|
||||
(modifierFlags == NSEventModifierFlagControl &&
|
||||
[event.charactersIgnoringModifiers isEqualToString:@"\t"]) ||
|
||||
|
|
|
|||
Loading…
Reference in a new issue