Set zero delay for xbindkeys.
authorIain Patterson <me@iain.cx>
Tue, 22 Apr 2008 09:58:51 +0000 (09:58 +0000)
committerIain Patterson <me@iain.cx>
Tue, 22 Apr 2008 09:58:51 +0000 (09:58 +0000)
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@107 6be0d1a5-5cfe-0310-89b6-964be062b18b

.xbindkeys/prompt
.xbindkeys/title

index bfcc0a2..875d634 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-cat << EOF | xmacroplay $DISPLAY &>/dev/null
+cat << EOF | xmacroplay -d 0 $DISPLAY &>/dev/null
 KeyStrRelease Alt_L
 KeyStrRelease Super_L
 KeyStr Escape
index 0e56507..b549e46 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-cat << EOF | xmacroplay $DISPLAY &>/dev/null
+cat << EOF | xmacroplay -d 0 $DISPLAY &>/dev/null
 KeyStr Escape
 String iecho -e '\033]2;${1+"$@"}\007'
 KeyStr Return