pspad: -------------------------------------------------------------------------------- There are not simple Keypress events. I use "actions", it means you can define action, e.g. Paste, assign Caption, Hint, shortcut, event what is executed, event when action is available. So you need to translate one Caption only, when user changes shortcut, you change it on one place only. Such action is assigned to all menus, buttons, toolbuttons, ...
Problem is, that nonmodal window uses same thread as main application - all actions from main application. Modal window, when is created, stops main thread and handle it all inside window. -------------------------------------------------------------------------------- Can you change the actions on FiF focus/blur? Is it possible to stash existing actions and restore later? -- <https://forum.pspad.com/read.php?6,72501,72540> PSPad freeware editor https://www.pspad.com
