Daily Godot Tip #38: You can select text and hit shift f4, shift f5, or shift f6 to swap the letter cases. They swap it to all uppercase letters, all lowercase letters, and capitalized respectively

Capitalized will also put a space when swapping between letter and nums

72 points · 4 comments · view on lemmy.world

4 Comments

asudox@discuss.tchncs.de · 3 pts · 1y

osu!

MilitaryG@mastodon.gamedev.place · 2 pts · 1y (1 reply)

@Ategon what's f6 good for it totally reckes the code

Mayonnaise@lemm.ee · 1 pts · 1y

It looks like it treats anything that’s already capitalized and the beginning of a number as a new word and inserts a space before. So in practice it might not mess up the code too much, but I’m not sure why it doesn’t behave more similarly to the others.

mojofrododojo@lemmy.world · 1 pts · 1y

that is slick