Skip to content
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

same shortcuts for different apps #2

Open
alvaro-prieto opened this issue Sep 28, 2023 · 0 comments
Open

same shortcuts for different apps #2

alvaro-prieto opened this issue Sep 28, 2023 · 0 comments

Comments

@alvaro-prieto
Copy link

Is it possible to set the same shortcut bindings for different apps? For example, all Chrome family apps (Chromium, Google Chrome, Canary, Dev, ...) or text editors (Sublime, Brackets, VSCode, ...)

It could be nice if something like this was possible:

spoon.AppBindings:bind({'Google Chrome', 'Google Chrome Canary'}, {
        --console
        { hyper, 'c',           {'alt','cmd'}, 'i'}, 
        --incognito    
        { hyper, 'i',           {'shift','cmd'}, 'n'}, 
        --new tab 
        { hyper, 't',           {'cmd'}, 'n'},     
        -- undo tab
        { hyper, 'u',           {'shift','cmd'}, 't'}, 
})

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

No branches or pull requests

1 participant