Skip to content

Commit

Permalink
setkeyboard: workaround for stuck ENTER key
Browse files Browse the repository at this point in the history
  • Loading branch information
sim590 committed Apr 22, 2021
1 parent 32f80a0 commit 4b932f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/setkeyboard
Expand Up @@ -13,7 +13,7 @@ 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
xdotool keyup Return 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 4b932f1

Please sign in to comment.