Skip to content
Snippets Groups Projects
Commit 78d6e322 authored by George Nachman's avatar George Nachman
Browse files

Disable tabbing completely. The user defaults hack isn't sufficient because...

Disable tabbing completely. The user defaults hack isn't sufficient because holding down option causes a new window to open as a tab. Issue 6197
parent 38b37ab6
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -381,6 +381,10 @@ ITERM_WEAKLY_REFERENCEABLE
return [super makeFirstResponder:responder];
}
 
- (NSWindowTabbingMode)tabbingMode {
return NSWindowTabbingModeDisallowed;
}
NS_ASSUME_NONNULL_END
 
@end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment