wok4
July 3, 2025, 7:40am
1
I am struggeling with a basic task: I double click a word in a line of text in my code editor, then I would like KM to:
copy the selected text -> √ (works)
select the whole line -> ? (how to do)?
delete key -> √
Paste a new line with %SystemClipboard% at current position -> √
Thanks for hints!
Wolfgang
wok4:
my code editor
select the whole line -> ? (how to do)?
This kind of thing depends on which code editor you are using.
wok4
July 3, 2025, 9:11am
3
Yes, I thought so. Its 4D, the integrated code editor.
You can select a whole line with a tripple click, and I tried to mimic that in KM, but that does noct work.
Wolfgang
wok4
July 3, 2025, 10:13am
5
Found a way: Command-Left arrow, followed by Command-Shift-Right arrow…
Mit freundlichen Grüßen
Wolfgang Kunckel
1 Like
Thanks for posting your solution. Yes, that’s how I would do it.
Alternative: control-A .