protoc / zen-coding

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

Notepad++ - Can't use TAB in shortcuts #241

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Edited "NppScripting\includes\Zen Coding.js", at the bottom in the shortcuts 
setction changed "Ctrl+E" to "Ctrl+Tab"
2. Restarted Notepad++
3. In the menu item the shortcut is effectively displayed as "Ctrl+Tab", but 
pressing it does nothing.

What version of the product are you using? On what operating system?

Notepad++ 5.8.6
Zen-Coding Notepad++ v0.6.1

Thanks!

Original issue reported on code.google.com by v.lop...@gmail.com on 27 Jan 2011 at 11:56

GoogleCodeExporter commented 9 years ago
Note: In the report above, when I say "pressing it does nothing" I'm referring 
to pressing the keyboard shortcut. The menu item does work.

Original comment by v.lop...@gmail.com on 27 Jan 2011 at 11:58

GoogleCodeExporter commented 9 years ago
This is not Zen Coding's issue. Try to use Python version: 
http://sourceforge.net/projects/notepad-plus/forums/forum/482781/topic/3837779

Original comment by serge....@gmail.com on 28 Jan 2011 at 7:45

GoogleCodeExporter commented 9 years ago
I had same problem, I think it reads only 'Ctrl+T' part of "Ctrl+Tab", because 
when I press Ctrl+T it works. 
You need to use "\t" instead of "Ctrl+Tab".

Original comment by BBoYSy...@gmail.com on 26 Mar 2014 at 9:59