emacs-exwm / exwm

Emacs X Window Manager
https://elpa.gnu.org/packages/exwm.html
GNU General Public License v3.0
278 stars 14 forks source link

problem with exwm-input-prefix-keys #39

Closed myegane49 closed 6 months ago

myegane49 commented 6 months ago

there is no way to add s- to the exwm-input-prefix-keys list. also it would be nice to add SPC and f1 to f12 keys to the list.

Stebalien commented 6 months ago

Unfortunately, s- isn't a prefix. We'd need to add a general exwm-input-modifier-keys setting.

also it would be nice to add SPC and f1 to f12 keys to the list.

You can do that in your own config but I recommend against it (applications frequently bind function keys and I assume you want to be able to type SPC).

Stebalien commented 6 months ago

Closing in favor of https://github.com/emacs-exwm/exwm/issues/40 (a more specific feature request).