cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar

Possible to add undo/redo shortcut buttons to toolbar?

Is it possible to add undo and redo buttons to a toolbar of data tables and/or reports? I found an options menu for customizing menus and toolbars (right click toolbar area -> Customize -> Menus and Toolbars), but I don't see a way to add undo and redo icons to the toolbar even though the commands are available on the Edit menu.

 

This is using JMP Pro 15.1.

2 ACCEPTED SOLUTIONS

Accepted Solutions
txnelson
Super User

Re: Possible to add undo/redo shortcut buttons to toolbar?

main menu("undo")

and

main menu("redo")
Jim

View solution in original post

vince_faller
Super User (Alumni)

Re: Possible to add undo/redo shortcut buttons to toolbar?

for redo you have to put in the menu

 

 

mainmenu("edit:redo");

 

 

I made a wishlist item for ctrl+shift+z if that's of any interest to you.  

Vince Faller - Predictum

View solution in original post

2 REPLIES 2
txnelson
Super User

Re: Possible to add undo/redo shortcut buttons to toolbar?

main menu("undo")

and

main menu("redo")
Jim
vince_faller
Super User (Alumni)

Re: Possible to add undo/redo shortcut buttons to toolbar?

for redo you have to put in the menu

 

 

mainmenu("edit:redo");

 

 

I made a wishlist item for ctrl+shift+z if that's of any interest to you.  

Vince Faller - Predictum