I need some tips in how can I disable shortcut keys in Linux (Ubuntu), while running an application. I need simple application, which when is started all the shortcut keys are disabled, including ctrl+c,ctrl+v,alt+tab, etc. I need Java implementation. After exiting the application, everything should be normal again. Any help will be useful, also and some simple code :)
Regards