romgrk / termrk

Terminal for atom, using pty.js & term.js
MIT License
33 stars 7 forks source link

does not work at all #74

Closed zhang8473 closed 8 years ago

zhang8473 commented 8 years ago

With key binds fixed in ubuntu 15.10 "create-terminal-current-dir" does not work 'termrk:toggle' works 'ctrl-alt-shift-space' does not work

romgrk commented 8 years ago

I would recommend checking if the OS is capturing keystrokes. (alt-space specifically) You can also check if the command is emitted or not with the Atom Keybinding Resolver, normally activated by ctrl+.. Additionally, you can also rebind any command to a keystroke of your choice in your keymap.cson.

Please feel free to reopen if you do notice a bug. In that case it would be good to provided detailed information. And a decent title.

zhang8473 commented 8 years ago

I told you. I fixed the key bind conflicts but your ext still sometimes work sometimes does not. I've already deleted your ext and used terminal-plus ext. works ok.