Skip to content

Commit

Permalink
Merge pull request #97 from SkyVault/e-key-x11-mapping
Browse files Browse the repository at this point in the history
fix: x11 xk_e key is now bound to KeyE instead of KeyR
  • Loading branch information
treeform authored Dec 19, 2022
2 parents 6e787dd + f06aecb commit cc0ae54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/windy/platforms/linux/x11.nim
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ proc keysymToButton(sym: KeySym): Button =
of xk_b: KeyB
of xk_c: KeyC
of xk_d: KeyD
of xk_e: KeyR
of xk_e: KeyE
of xk_f: KeyF
of xk_g: KeyG
of xk_h: KeyH
Expand Down

0 comments on commit cc0ae54

Please sign in to comment.