Julow / Unexpected-Keyboard

A lightweight virtual keyboard for developers.
GNU General Public License v3.0
1.25k stars 168 forks source link

[Feature Proposal] Shift switches case of selected text #597

Open ChristianKurz opened 3 months ago

ChristianKurz commented 3 months ago

I would love if shift would switch selected text through capitalization modes (as it does in SimpleKeyboard):

action result
Select text Test
shift TEST
shift test
shift Test
sdrapha commented 3 months ago

Unexpected Keyboard doesn't currently have editing capabilities for existing text. I like your idea, but I didn't come here just to say that. I came to say your idea gave me another one. We could have similar mechanism tied to a different extra key (not shift). to convert selected text to: Camel case, Snake case, Skewer Case, Slug Case, Title Case, etc. that would be really useful while coding. The code implementation for that feature would be the same for your original use case.