I would like to disable undo and redo in all browsers using JavaScript. I want to do this as our app has it's own undo and redo history built in.
I can already handle key presses to disable undo and redo via a keyboard entry but I would like to disable the menu items as well. (Standard menu and right click menu)
Is this possible? Even if it is only possible in some browsers it would be better than none.