- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Possible to add undo/redo shortcut buttons to toolbar?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Possible to add undo/redo shortcut buttons to toolbar?
main menu("undo")
and
main menu("redo")
Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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