I just got this nifty lil bit of kit and i noticed these commands work as expected.
I just got this nifty lil bit of kit and i noticed these commands work as expected.
Ctrl + A = Select All
Ctrl + X = Delete All
Ctrl + C = Copy
Ctrl + V = Paste
Is there any other commands i should know about? I know this was/is never going to be a full blown code editor but if these^ work it must have some commands implemented right?
]]>« V12.9b1 (Previous Post)
< ![CDATA[
Sweet…
These commands are built into the Android text component which is used as a basis for the script editor. Lightning itself doesn’t have any hidden command but looking at the code of TextView.java, line 8584, it seems you can also have undo/redo using Ctrl + Z / Ctrl + Shift + Z
https://github.com/android/platform_frameworks_base/blob/master/core/java/android/widget/TextView.java
]]>
< ![CDATA[
Just tried em they dont work
]]>
< ![CDATA[
They do work, but not in the script editor
]]>