Notepad++: Capitalize first letter by Shortcut?

2019-03-08 20:04发布

I've got a huge list of words (every single word in one line in a txt file) and certain words need to get capitalized manually (e.g. by hand), so I was looking if there's a shortcut in notepad++ (my editor currently) to automatically capitalize the first letter of a line but couldnt find one. Is there none? If not, can you advise me an alternative windows program to quickly do this by using a simple shortcut (so I can go through with the arrow-down key and use the shortcut whenever needed on a specific word)? thanks a lot

10条回答
霸刀☆藐视天下
2楼-- · 2019-03-08 20:34

Enable Column Mode in N++ and then select the first column. change case to upper case.

查看更多
倾城 Initia
3楼-- · 2019-03-08 20:34

You can do this quickly in MS Word by highliting the list and then using shift + f3 This will cycle through all-upper, all-lower or first letter caps.

查看更多
时光不老,我们不散
4楼-- · 2019-03-08 20:36

For those who have hard time following textual instructions, here is the screenshot. (answer credit to @Placido)

enter image description here

查看更多
何必那么认真
5楼-- · 2019-03-08 20:37

first you select the first column by pressing alt+ctrl+shift. After seletion just press ctrl+U keys Problem solved

查看更多
相关推荐>>
6楼-- · 2019-03-08 20:41

There is a shortcut available in Notepad++ v7.3.2 to capitalize the first letter of a line(Sentence Case).

ALT + CTRL + U

Not sure about prior versions.

查看更多
干净又极端
7楼-- · 2019-03-08 20:44

Well, you can install the TextFX plugin and apply Sentense case. Here you have some tricks (including this one). http://a4apphack.com/featured/tricks-with-notepad

查看更多
登录 后发表回答