sunjw / jstoolnpp

A JavaScript (JSON) tool for Notepad++ (formerly JSMinNpp) and Visual Studio Code.
GNU General Public License v2.0
284 stars 24 forks source link

[bug] AltGr + J blocks typing of "í" letter (HU) #136

Closed PizzaProgram closed 1 year ago

PizzaProgram commented 1 year ago

Keyboard shortcuts should not be enabled by default.

After installing this plugin, it makes it impossible to type a simple note under NP++, because every time someone is pressing the [ í ] or captial [ Í ] button on a 101 button keyboard (which are equal to [ AltGr + J or I] :

Or at least it should be possible to turn those OFF at the Option menu. (But it is a very difficult task, especially for average users, to find out what's happening, what is causing suddenly this behaviour! Not to mention how to prevent it.)

sunjw commented 1 year ago

You can change it from NPP's shortcut management. I cannot give shortcut a option to enable or disable it, simply because it is impossible for a NPP plugin to do so.

sunjw commented 1 year ago

Duplicated to #48