Skip to content

Changed broken example rootston keybinding

A T requested to merge github/fork/inclement/fix_rootston_default_config into master

Since Shift is part of the Logo+Shift+e keybinding, the e keysym is never received, only E.

Should rootston be detecting the presence of Shift and automatically working out that it should switch the expected keysyms to uppercase (I guess by querying the xkb layout)? I looked into it briefly, but couldn't tell if there is any simple way to do this.

Merge request reports