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

DonationCoder.com Software > Coding Snacks

ControlZ x times

<< < (4/7) > >>

tomos:
I still do not understand this request:

1) how do I/you know how many Ctrl+z you want to do? If you dont know:

2) why not simply press and hold both Control and z keys until you get back to wherever you want? In most of the software I use this goes incredibly fast.
There are limited number of undo's: in this case Ctrl+z may no longer be of any use => versioning of some sort.

Contro:
I still do not understand this request:

1) how do I/you know how many Ctrl+z you want to do? If you dont know:

2) why not simply press and hold both Control and z keys until you get back to wherever you want? In most of the software I use this goes incredibly fast.
There are limited number of undo's: in this case Ctrl+z may no longer be of any use => versioning of some sort.
-tomos (September 08, 2020, 03:58 AM)
--- End quote ---
Of course you are right.

As Ath suggest is a question of the program. So I have ask with pspad and they give me an answer : Make a macro to undo.
And with the limit of the number of undone prescribed or allowed....

 :-* :P

Contro:
Isn't this what File History is for?

In my case I create a network shared folder on the same computer, then use that network location as the backup location (rather than have an external drive plugged in permanently).

Then you can just: Right-click->Properties->Previous Versions
-4wd (September 07, 2020, 10:44 PM)
--- End quote ---
I'll take a look. Best Regards.

Contro:
If it might help, I could program you a little tool.

Program that I have in my mind:
1. When starting, my tool show all processes, select one to connect to that process.
2. After a process is selected, enter number of loops.
3. click "Go", done.

What would happen is:
1. my program connect to any target you selected
2. my program send "number of loops" times a CONTROL+Z to target.
3. my program closes.


Would that be useful/solve your problem?
-KodeZwerg (September 08, 2020, 02:08 AM)
--- End quote ---
At the present moment may be a work to do.

Interesting if you can apply to any program. Or even undo any iterative key combination like control+Z

I think you have the last word now.

Is it interesting for microsoft word ?
For any text editor with control+Z and shift-control-z combinations ?
To go back in any repetitive task ?

 :-* :P

Ath:

with control+Z and shift-control-z combinations
-Contro (September 09, 2020, 01:45 PM)
--- End quote ---

Applications adhering to Windows standards use Ctrl-Z for undo and Ctrl-Y for redo, as that's the most common used key configurations. PSPad is one of very few applications that uses the non-standard Ctrl-Shift-Z for redo.

@KodeZwerg if you start anything for this, please allow configurable hotkeys for sending the undo/redo commands.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version