Change the value of a bool with (arrow) keys
-
It’s possible to change the value of a bool by selecting and Cmd-clicking.
Is it possible to also make this work with a key combination? I find myself using Cmd and the arrow keys to change values of variables a lot. Using the same keys, just to toggle a bool, would be useful to me.
-
this should work already.
when you select the bool (
True
orFalse
) and then press the Cmd + arrow keys the value should change.
-
yes, thanks @jo
possible with
cmd + arrows keys
orcmd + click
when everTrue
orFalse
is selected
-
Thanks. Sorry, should have tried instead of thinking an omision in the documentation meant the functionality wasn't there.