Skip to content

two commits: map modifiers to keys instead of to symbols

Ghost User requested to merge (removed):modifiermapping into master

The first patch fixes issue #81 by mapping Mod4 to <LWIN> and <RWIN> instead of to Super_L and Super_R. See the commit message for the details.

The second patch then generalizes the fix also for Shift, Alt, and Control. (Caps_Lock and Num_Lock are left alone because Lock and Mod2 influence the behavior of the server.)

Edited by Ghost User

Merge request reports