zufuliu / notepad4

Notepad4 (Notepad2⨯2, Notepad2++) is a light-weight Scintilla based text editor for Windows with syntax highlighting, code folding, auto-completion and API list for many programming languages and documents, bundled with file browser plugin matepath.
Other
2.56k stars 179 forks source link

Title case shortcut CTRL+ALT+I doesn't work #724

Open jgera opened 10 months ago

jgera commented 10 months ago

When i press the shortcut keys the text remains unchanged however It works when i manually select from the Edit>Convert>Title Case it works,

zufuliu commented 10 months ago

it works for me with US keyboard.

meteorquake commented 4 months ago

If you happen to be trying to title case something that's currently uppercase, Title case won't action upon individual words that are completely upper case. what I do in that instance is Ctrl-U Ctrl-Alt-I (i.e. Ctrl-U to make lower case first so the title case is effected) d