-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Terminal.app versus global shortcut #129
Comments
@gcbw: This seems like it might be a problem with the first-run flow. There is supposed to be a dialog that prompts you to turn on accessibility so Switch's hotkeys and window switching will work, but it often gets hidden under other windows. If you go to System Preferences → Security and Privacy → Accessibility, does Switch have access to control the computer (is the box checked)? |
@numist i did that. The flow worked out just fine. In fact, better than other switchers. it works everywhere, except Terminal.app i am using iTerm2 now to work around |
I just noticed several other things here... only show apps from one screen and most settings are disabled (updates, everything in the hotkeys tab). is this expected or do i have a botched build and am just wasting everyones time? |
How strange, I wasn't able to reproduce on my MBA11 running 10.11.3. Does the Switch log ( If there's no obvious smoking gun in the log, could you could send your system information (from System Information.app), a copy of In terms of the preferences, it's been a long time since a release (I'm working full time writing software again, which cuts into software as a hobby), but the version on the develop branch only has disabled:
My memory is a bit unreliable, but I think the last released version (0.0.8β) had the same level of active features, most of the changes since then have been performance and stability related. |
ok so the prefs disabled are fine. i'm struggling with rake/rvm here to try to get a decent build from source. here is the log. after i raise Terminal, nothing shows up on the logs. And nothing happens anyway... logs show my session with 3 windows. iTerm2, Terminal, Finder.
|
managed to (barely) build it, but have zero familiarity with xcode... i can only bind the intermediate frameworks in my build dir... xcode builds without any issue. just show a toaster "build successful" but i can't find a binary anywhere. And
|
Bad news, my fork of Sparkle broke when OS X was released. Good news, the project is actively maintained again so I don't have to maintain it anymore! Pushed 058c799 to develop, you'll need to run |
silly question, what is the correct setup to run |
needed this to build on that revision
|
I don't have many projects that use Ruby; the dependencies are installed globally (for that version of ruby, via rvm) on my machine. Interesting that |
A lot of Switch's dependencies broke compatibility while I was looking away. Top of tree |
Any improvement in 0.0.10? |
taking me forever to compile... not familiar with either rake/git external references (rake deps always fails if the base repo is not a clean clone of this) nor xcode's random files diffs... anyway, tested a clean build of .10b from a clean checkout, and i still get the same results. |
Maybe I can reproduce this with more information about your configuration; can you share a sysdiagnose? |
i tried disabling every keyboard shortcut option on Terminal.app, and i also disabled karabiner. Nothing changed. Also, i noticed that the hijack of option+tab does not happen only on the terminal itself, but on it's setting windows! also, here is what i "type" on terminal.app when i press option+tab with or without Switch running:
TAB ESC. weird. |
Weird. I can't reproduce this. I'm running 10.11.6 (15G1004) and ToT from the develop branch. Option+Tab works fine with Terminal for me. =:/ |
Could it be related to Use Option as meta key? |
@MEGADR01D good find, but i don't think it plays anything here. I always had that off (vim ftw!). I just tested now and it doesn't change anything. Terminal.app hijacks the key combo with that setting on or off. I ditched terminal.app because of this. I use iTerm2 exclusively now when i am forced to use a mac. |
Those are the keystrokes I'd expect to see delivered to Terminal if Switch weren't running. I wonder if Terminal's "Use Option as Meta key" setting is implemented in such a way that obscures Switch's use of OPT. |
When i press the Option+tab shortcut and the focus is currently on a Terminal.app window, the terminal app just behave as if i had pressed Tab without any modifier.
I already entered the Terminal settings and deleted all the keyboard modifiers that include either Option or Tab.
The text was updated successfully, but these errors were encountered: