vnc - Restrict keyboard short-cuts in x11vnc -


how can restrict keyboard shortcut options in x11vnc? example, want restrict alt+f4, alt+x, ctrl+q, etc.

is -skip_keycodes option of here?

you can configure such shortcuts in window manager. way, such shortcuts won't passed application, , should able handle them.

but, since seem want application running time (you want prevent users closing it), might idea write simple script this:

while true; run_your_application ; done 

that way, if application crashes or closed, restarted. (be careful applications fork or detach terminal!)

on other hand, if want browser, can try using kiosk mode opera browser. see kiosk software @ wikipedia.


update: using gnome... don't use gnome, quick search @ superuser gave me answer:

https://superuser.com/questions/132666/how-to-disable-control-alt-arrow-gnome-window-manager-control-for-redhat-linux

[…] keyboard shortcuts gnome uses under system, preferences, keyboard shortcuts.

but... sure want gnome environment running there? want users able run , configure gnome interface? maybe prefer more minimalistic window manager. one? i'm not sure, must alternatives , try of them. depending on application, might possible run no window manager @ all.

i don't kind of problem trying solve, maybe using vnc applet in webpage in order have access 1 application might not best solution. of course, depends on problem , users.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -