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

Super + Shift not usable as exwm-input-global-keys, when x-window is focused #101

Open
johannesCmayer opened this issue Dec 21, 2024 · 1 comment

Comments

@johannesCmayer
Copy link

I have the following in my config.

(setq exwm-input-global-keys
      `((,(kbd "<s-S-return>") . web-browser)))

When I press s-S-return it works as expected when in a normal exmacs buffer (e.g. the sratch buffer), and opens the browser. However, when the active window is any x-window, then this shortcut does nothing. The shortcut s-return (bound to open terminal) works.

@mirdono
Copy link

mirdono commented Jan 12, 2025

You could try setting the keybinding using something like (exwm-input-set-key (kbd "<S-s-return>") 'web-browser) instead, this works for me irrelevant what kind of buffer is active.

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

2 participants