config changes regarding keybinding config
See original GitHub issueBe aware that the most recent commit breaks existing configs.
Instead of
mod = PYWM_MOD_LOGO
key_bindings = lambda layout: [("M-x", ...)]
use
mod = "L" # or "A", "C", "1", "2", "3"
key_bindings = lambda layout: [(mod+"-x", ...)]
It’s added to the docs but for everyone using v0.3 probably rather unexpected.
Issue Analytics
- State:
- Created 2 years ago
- Comments:16 (16 by maintainers)
Top Results From Across the Web
Configuring key bindings
To modify an existing key binding or to create a new key binding, perform the following steps. Open the desired window manager configuration...
Read more >Is there any file I can edit to change the keybindings of ...
For the key bindings, I believe these are stored in ~/.e/e/config/standard/e_bindings.cfg by default. Vieet also needs a 'section' to edit, put ...
Read more >Name the config keybindings that are used in every mode, to ...
As a practical example, ctrl+r is used by Zellij for pane resizing. Because ctrl+r is already bound by bash's "reverse-i-search" and vim's " ......
Read more >Visual Studio Code Key Bindings
Here you will find the complete list of key bindings for Visual Studio Code and how to change them.
Read more >FAQ How do I create my own key-binding configuration?
To see the current key configuration and its keyboard shortcuts, choose the Window > Preferences menu command to open the Eclipse workbench ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You are amazing, I can finally use altgr this is fabulous. I’m really very happy
@jbuchermn thanks, is amazing the new config