"KA*PS": "{MODE:CAPS}","K-BGS": "{MODE:CAMEL}","TAO*EULT": "{MODE:TITLE}","STPHA*EUBG": "{MODE:SNAKE}",
This is a normal sentence.This Is Me Typing In Title Mode!Let's_try_snake_mode_for_fun..._I_guess_some_things_don't_make_sense.AND NOW WE ARE IN ALL CAPS. SHHHHH!Finally,CamelCase.IDon'TKnowWhatYouWereExpecting.Title_And_Snake_Are_On...CAPS_AND_SNAKE
"KA*PS": "{MODE:CAPS}","K-BGS": "{MODE:CAMEL}","TAO*EULT": "{MODE:TITLE}","STPHA*EUBG": "{MODE:SNAKE}",
"HRO*ER": "{MODE:LOWER}","KHRAO*ER": "{MODE:CLEAR}",
{MODE:CAPS} - Turn on CAPS LOCK. All output will be in capitals.{MODE:LOWER} - Turn on Lowercase. All output will be in lowercase.{MODE:TITLE} - Turn on Title case. All output will be in "Title Case"
{MODE:CLEAR_CASE} - Disables any case modifications.
{MODE:SNAKE} - Replace spaces with underscores{MODE:SET_SPACE:string} - Replaces spaces with anything after "SET_SPACE:", in this case "string". Josh suggested this could be used for a comma separated list, or a sentence separated by hyphens.{MODE:CLEAR_SPACE} - Resets space to be a regular space.
{MODE:CAMEL} - camelCase. Sets 'camel case' mode, where the first word is lowercase, then every word after is attached in title case.{MODE:CLEAR} - Clear both space mode and case mode.
"KPHA*PLD": "{MODE:CAPS}{MODE:SET_SPACE:, }", (Capital, comma-separated list)"KA*PS": "{MODE:CAPS}","K-BGS": "{MODE:CAMEL}", (Short for "ca" case)
"TAO*EULT": "{MODE:TITLE}","STPHA*EUBG": "{MODE:SNAKE}","HRO*ER": "{MODE:LOWER}","KHRAO*ER": "{MODE:CLEAR}",
Hi Ted, I just installed a recent version of Plover and would love to have your case commands. Can you give me directions to make it work? I saw the link to download the exe file. Where to put it, etc. Thanks. Steve