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
.exefile to run
-
Right click the
.exefile in the folder and choose copy -
Press win + r and type
shell:startupthen press Enter -
Right click and choose
Paste shortcut
- Download and install AutoHotkey
- Double-click the
.ahkfile 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.ahkfile - 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.iniand add the extension cases into it - set
custom_order = true - restart the script
- latest update on 2024-04-21




