From: Nick Bowler Date: Tue, 20 Mar 2012 23:34:01 +0000 (-0400) Subject: Don't lock the screen on a double scroll lock. X-Git-Url: https://git.draconx.ca/gitweb/fvwmconf.git/commitdiff_plain/54790622a95b55707635631c4f04e1cf3031bdac?hp=54790622a95b55707635631c4f04e1cf3031bdac Don't lock the screen on a double scroll lock. A double scroll lock is used to communicate with my KVM. This should not have a side effect of locking the screen, so arrange for the screen to only lock if the scroll lock key is pressed once. Unfortunately, FVWM does not appear to have "single press" versus "double press" for key bindings (although it does for mouse bindings...), so we simulate it using a timer. ---