Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » CTRL + Z (undo) listener(Execute some code on CTRL +Z)
CTRL + Z (undo) listener [message #1069804] Tue, 16 July 2013 15:45 Go to next message
Yurij Pitomets is currently offline Yurij PitometsFriend
Messages: 1
Registered: July 2013
Junior Member
I need to execute some code on CTRL+Z shortcut. If I create new key-command I got a binding conflict exception. Which is the best way to solve my problem?
Re: CTRL + Z (undo) listener [message #1070330 is a reply to message #1069804] Wed, 17 July 2013 18:51 Go to previous message
Jan Krakora is currently offline Jan KrakoraFriend
Messages: 477
Registered: December 2009
Location: Prague
Senior Member
If you have CTRL+Z binded to the org.eclipse.ui.undo command, then you have to activate your own handler for it.
http://wiki.eclipse.org/Platform_Command_Framework
Previous Topic:signing eclipse plugin with organizational web service
Next Topic:Keyboard shortcut to traverse/access the main toolbar of an RCP application
Goto Forum:
  


Current Time: Fri Apr 26 12:31:26 GMT 2024

Powered by FUDForum. Page generated in 0.02922 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top