thetooi / zen-coding

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

Issue with combination (alt+l) Zen Coding for Notepad++ v0.6.1 #161

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start Notepad with plugin Zen Coding for Notepad++ v0.6.1.
2. Now you can't use polish letter "ł" (combination alt+l), I can't type ł
in Notepad++. Probably reason is the combination of keys which is using by
plugin and this block alt+l. (A long time ago I had the same problem with
driver from ATI. Then I resolve this by change combination of keys. But in
Zen Coding for Notepad++ v0.6.1 I don't see any options to change keys
combination)

What is the expected output? What do you see instead?
When I use combination alt+l to write polish letter "ł", there is nothing show.

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

Original issue reported on code.google.com by ruded...@webook.pl on 4 May 2010 at 5:23

GoogleCodeExporter commented 9 years ago
I have solution. Open file: NppScripting\includes\Zen Coding.js
and edit this line:
addMenuItem('Go to Matching Pair', 'matching_pair', 'Ctrl+Alt+L');
change L to eg. Y.
addMenuItem('Go to Matching Pair', 'matching_pair', 'Ctrl+Alt+Y');

Now I can normal type ł using combination alt+l.

Original comment by ruded...@webook.pl on 4 May 2010 at 5:35

GoogleCodeExporter commented 9 years ago

Original comment by serge....@gmail.com on 4 May 2010 at 7:44