protoc / zen-coding

Automatically exported from code.google.com/p/zen-coding
0 stars 0 forks source link

Zen coding captures keyboard shortcuts for the whole computer #261

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open Zen coding (I'm using Notepad++) - uses Ctrl+E to do changes
2. Open another program that uses same shortcut (e.g. in Photoshop, Ctrl+E 
merges layers)
3. With the other program (Photoshop) having focus, try to perform shortcut

What is the expected output? What do you see instead?
Zen coding captures the keyboard shortcut, even if it's not the active program. 
Common shortcuts can't be used in other programs (Ctrl+E in Photoshop, Ctrl+Y 
in any other program to redo). Instead, the command is passed to Notepad++ 
where it performs it's normal function

What version of the product are you using? On what operating system?
Latest version for Notepad++ (v0.7). Using windows 7, 64 bit

Please provide any additional information below.
I think it's the same issue as 
http://code.google.com/p/zen-coding/issues/detail?id=246

Original issue reported on code.google.com by divilly....@gmail.com on 5 Apr 2011 at 2:34

GoogleCodeExporter commented 9 years ago
It’s a known issue of NppJavascript plugin, which powers ZC plugin. Use 
Python version instead: http://sourceforge.net/projects/npppythonscript/files/

Original comment by serge....@gmail.com on 5 Apr 2011 at 6:16