question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

config changes regarding keybinding config

See original GitHub issue

Be 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:closed
  • Created 2 years ago
  • Comments:16 (16 by maintainers)

github_iconTop GitHub Comments

1reaction
CRAG666commented, Mar 11, 2022

You are amazing, I can finally use altgr this is fabulous. I’m really very happy

1reaction
CRAG666commented, Mar 8, 2022

@jbuchermn thanks, is amazing the new config

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found