Skip to content

Conversation

mickael-menu
Copy link
Owner

Changed

  • SVPressKeys now emits the keyboard shortcut system-wide instead of only in the Xcode process.
    • This can be used to have a custom passthrough for hot keys (e.g. ⌥` to open iTerm) by adding this to your init.vim:
    if exists('g:shadowvim')
        map <A-`> <Cmd>SVPressKeys <LT>A-`><CR>
    endif

@mickael-menu mickael-menu merged commit c4eed6f into main Mar 2, 2023
@mickael-menu mickael-menu deleted the global-key-combos branch March 2, 2023 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hotkey propagation stopped when Xcode focused
1 participant