From fd4fc4bc71170787aaf4560da5809aaf2ea20886 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Tue, 1 Jun 2021 10:09:38 +0200 Subject: [PATCH] Add script to release keys as a workaround for Barrier getting them stuck. --- home/dotfiles/local/bin/resetkeys | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 home/dotfiles/local/bin/resetkeys diff --git a/home/dotfiles/local/bin/resetkeys b/home/dotfiles/local/bin/resetkeys new file mode 100755 index 0000000..5b247a1 --- /dev/null +++ b/home/dotfiles/local/bin/resetkeys @@ -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 +