]> git.sur5r.net Git - i3/i3/commit
i3-config-wizard: Bugfix: Check the modifier mapping to decide whether to use Mod1...
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 28 Aug 2011 14:16:53 +0000 (16:16 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 28 Aug 2011 14:16:53 +0000 (16:16 +0200)
commit0dc11b5d229c6dcc50256ddfe0f7623ef2c43cca
tree49345d370602d4bd98ff3cbead1bfabfd57a5028
parentc96b5a12a7894714308fcddec4023726438d1b34
i3-config-wizard: Bugfix: Check the modifier mapping to decide whether to use Mod1 or Mod4

Fixes #491

Before, we assumed XK_Alt_L was in Mod1 and XK_Super_L was in Mod4 (which is
true on most systems). Now we just check if the keycode is in Mod1 or Mod4 and
write the config accordingly.
i3-config-wizard/main.c