XhmikosR / notepad2-mod

LOOKING FOR DEVELOPERS - Notepad2-mod, a Notepad2 fork, a fast and light-weight Notepad-like text editor with syntax highlighting
https://xhmikosr.github.io/notepad2-mod/
Other
1.45k stars 270 forks source link

Ctrl+Shift+0 (Show wrap symbols) does not toggle #120

Closed Rikk closed 9 years ago

Rikk commented 9 years ago

First time looking at this light editor... It seems that the Ctrl+Shift+0 (Show wrap symbols) shortcut does not toggle the option. Can enable it only via menu. Ctrl+Shift+8 and Ctrl+Shift+9 both works.

XhmikosR commented 9 years ago

Indeed, confirmed.

Does it happen with vanilla Notepad2? I don't recall touching that code at all, but it might be a typo that broke it somewhere along the way.

Rikk commented 9 years ago

Does it happen with vanilla Notepad2?

Yes, both in 4.2.25 and 5.0.26-beta4

bluenlive commented 9 years ago

Windows IME causes this problem.

https://support.microsoft.com/en-us/kb/967893

Rikk commented 9 years ago

Windows IME causes this problem. https://support.microsoft.com/en-us/kb/967893

Exact! You solved the mystery.

@XhmikosR, perhaps a new shortcut would be better? I'd suggest reduce by one these Ctrl+Shift numbers (7,8,9 instead of 8,9,0), if there's no conflict.