5 ms·
It would be nice if I could set shortcuts that don't include the command button. I'm trying to set next/previous tab to be ctrl+tab and ctrl+shift+tab, but I'm
by johnsonman 15y ago
It would be nice if I could set shortcuts that don't include the command button. I'm trying to set next/previous tab to be ctrl+tab and ctrl+shift+tab, but I'm required to use the command button so it breaks the standard shortcut keys that pretty much every other tabbed application use.
- jcizzle 15y agoSafari uses Cmd-Shift-{ and Cmd-Shift-} to switch between tabs, as does Xcode. However, you can change them to whatever you like by selecting Preferences->Key Bindings and searching for "tab"
- johnsonman 15y agoI've done that, and unfortunately attempting to switch those to ctrl+tab and ctrl+shift+tab instead changes them to cmd+ctrl+tab and cmd+ctrl+shift+tab with no way to not use the command button.