06ac480f9744

Remove sleep() hacks.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 03 Jan 2012 18:40:19 -0500
parents ee72ecd7bd49
children 2f979e8ca55a
branches/tags (none)
files keymando/keymandorc.rb

Changes

--- a/keymando/keymandorc.rb	Tue Jan 03 17:42:01 2012 -0500
+++ b/keymando/keymandorc.rb	Tue Jan 03 18:40:19 2012 -0500
@@ -16,19 +16,16 @@
 
 map "<Ctrl-Shift-M>" do
     activate('iDvtm')
-    sleep(1)
     send('<Ctrl-f>')
     send('3')
 end
 map "<Ctrl-Shift-I>" do
     activate('iDvtm')
-    sleep(1)
     send('<Ctrl-f>')
     send('2')
 end
 map "<Ctrl-Shift-N>" do
     activate('iDvtm')
-    sleep(1)
     send('<Ctrl-f>')
     send('1')
 end