Skip to content

Commit

Permalink
setkeyboard: workaround for stuck keys
Browse files Browse the repository at this point in the history
  • Loading branch information
sim590 committed Feb 13, 2021
1 parent c3b0c48 commit f51a8fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/setkeyboard
Expand Up @@ -11,5 +11,9 @@ l_="$(setxkbmap -query | grep layout | gawk '{print $2}')"
v_="$(setxkbmap -query | grep variant | gawk '{print $2}')"
notify-send "Keyboard configuration" "set to $l_-$v_"

# contournement (https://github.com/debauchee/barrier/issues/207#issuecomment-542744072) pour les touches qui restent
# collées avec barrier/synergy
xdotool keyup Shift_L Shift_R Control_L Control_R Alt_L Alt_R Super_L Super_R Hyper_L Hyper_R Caps_Lock 204 205 206 207

# vim: set ts=2 sw=2 tw=120 et :

0 comments on commit f51a8fe

Please sign in to comment.