Add script to release keys as a workaround for Barrier getting them stuck.
parent
17d2d1acc2
commit
fd4fc4bc71
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh -e
|
||||||
|
exec 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
|
||||||
|
|
Loading…
Reference in New Issue