An AutoHotkey script to change case of selected text
Download executable on Releases
View CHANGELOG here
-
lowercase
: Converts text to lowercase -
UPPERCASE
: Converts text to uppercase -
Title Case
: Capitalize the first letter and lowercase the rest of every word -
Sentence case
: Capitalize the first letter and lowercase the rest of every sentence -
iNVERT cASE
: Invert the cases -
rAnDom cAsE
: Randomize the cases -
iPhone cAse
: Capitalize the second letter and lowercase the rest of every word -
Line breaks to spaces
: Converts line breaks to spaces -
Spaces to line breaks
: Converts spaces to line breaks -
Lower Sequential Capital Letters
: lowercase the double capital letters (or triple or more!) -
Reverse
: Reverse the order of letter
- Go to Releases to download the latest .zip file
- Extract it and navigate into the folder
- Double-click the
.exe
file to run
-
Right click the
.exe
file in the folder and choose copy -
Press win + r and type
shell:startup
then press Enter -
Right click and choose
Paste shortcut
- Download and install AutoHotkey
- Double-click the
.ahk
file in the extracted folder to run
-
Run the script
-
Select some text
- Press Ctrl + CapsLock to show the menu
- Select the case you want either by mouse or arrow keys
- Click or enter key to apply!
- Go to
cases/extension/
folder and copy thetemplate.ahk
file - Name it whatever you want
- Modify it with the instruction in it
- Go to
cases/extension/
folder and paste the extension file - Open it and see the case_map area
- Open
config/config.ini
and add the extension cases into it - set
custom_order = true
- restart the script
- latest update on 2024-04-21