Sven Langner

Results 6 comments of Sven Langner

Hello, thanks for trying this out and glad to hear it works for you! Yes, on Ubuntu 16.04, the following allows me to load an en_US keyboard layout: `setxkbmap us`...

Hello again! I implemented your suggestion on the `restricting-modifier-keys` branch, at least in the command overlay (which is used if "mapped_sequences" is specified). This is how your example would look...

This seems to happen because a single key_code can generate multiple keysyms. It is possible to get the key_code that generates a given keysym (this is what I am doing),...

Hi Querlak, Please pull on master branch and then, copy the JSON below into your `config.json`. I tested it locally on my laptop and it works as you described. (`python-xlib`...

Hi, the reason is that in order to achieve these types of mappings, the script searches the current xkb configuration for key codes that are unused yet (i.e. no keys...

Please take a look as this branch and see if that works for you:) As an example, I added two key_labels to the newly introduced setting `"allow_repurpose_key_labels"` in config.json just...