Skip to content

GhostShadow0316/HACaseWizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HACaseWizard

An AutoHotkey script to change case of selected text

Download executable on Releases

View CHANGELOG here


Features

  • 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


Run the Script

  1. Go to Releases to download the latest .zip file
  2. Extract it and navigate into the folder
  3. Double-click the .exe file to run

Run on startup

  1. Right click the .exe file in the folder and choose copy

  2. Press win + r and type shell:startup then press Enter

    the run window

  3. Right click and choose Paste shortcut

Run the .ahk file

  1. Download and install AutoHotkey
  2. Double-click the .ahk file in the extracted folder to run

How to use

  1. Run the script

  2. Select some text

select text you want to apply changes

  1. Press Ctrl + CapsLock to show the menu

show the menu

  1. Select the case you want either by mouse or arrow keys

select an option

  1. Click or enter key to apply!

apply change


Extend the Functionality

Create an Extension

  1. Go to cases/extension/ folder and copy the template.ahk file
  2. Name it whatever you want
  3. Modify it with the instruction in it

Create an Extension

  1. Go to cases/extension/ folder and paste the extension file
  2. Open it and see the case_map area
  3. Open config/config.ini and add the extension cases into it
  4. set custom_order = true
  5. restart the script

  • latest update on 2024-04-21

About

An AutoHotkey script to change case of selected text

Resources

Stars

Watchers

Forks

Packages

No packages published