ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

IDEA: Put(ting) cursor at mouse position

(1/1)

basc:
Dear Skrommel,

Seeing the magic with Autohotkey it might be possible to create a "logical (my dad)" Click 'n Type (M$)/Shadow Cursor (Corel WordPerfect) thing (with for example notepad), but I'll donate anyway! Thanks. Bas

Or link the [Enter] key to firsĀ¶
t go to the end of the line, before putting the cursor down one line, in essence, good point. :)

basc:
Second bit:

I have mapped the Pause key (unused and present) to this sequence:
End (twice) Enter

In Notepad++ this works fine.
(And in this forum, but not with word wrapped text dough, but that's OK;)


--- ---pause::
Send, {end}{end}{enter}
return

I'll see what my father thinks. Logic no doubt.
Have a lot of fun.

basc:
O, one more thing ;)

I forgot about the cursor keys. When pressing {down}, it should create 5? more (new)lines the moment it (the cursor) stays in place (stops moving). Effectively creating newlines on the fly. When pressing a key other than {down}, it resets the max. count (suggested to be 5), so the user wont go too far down, but still can go further this way.

And when pressing {right}, it should add spaces up until it (the cursor) gets close to the right window (frame) border,  on the place of the newline character the second {end} should find. That's about it.. :tease:

Nice to have a click anywhere and type like placing text in Draw (OOorg/LibreOffice).

Yours. Nice forum.

Navigation

[0] Message Index

Go to full version