achiurizo / consular

Terminal automation
http://rdoc.info/github/achiu/consular/master/file/README.md
MIT License
813 stars 46 forks source link

"Dvorak - Qwerty Cmd" keyboard layout problem on OS X #77

Open cfeduke opened 13 years ago

cfeduke commented 13 years ago

While executing terminitor open for a Termfile specifying multiple windows and tabs on OS X with the keyboard layout set to "Dvorak - Qwerty Cmd" only the very last window or tab specified remains open. All other windows and tabs execute but then immediately close.

Workaround: switch to "U.S." keyboard (System Preferences > Language & Text > Input Sources) and run terminitor open then switch back to "Dvorak - Qwerty Cmd".

achiurizo commented 13 years ago

thanks for the tip/workaround. this is probably due to the fact that terminitor is actually sending keystrokes for some of the window/tab generation behavior. Ideally, i'd like to move away from that and hopefully get this issue resolved.