You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm am creating a kiosk application and this has helped me out immensely so far in remapping certain pesky chrome shortcuts which don't want to be disabled.
I don't want my users to be able to break out of the set environment whatsoever besides pressing a predefined key sequence for developers only. Is there a way to disable able to panic sequence or map it to something else?
This would help avoid users being able to break the remapping software and then perform shortcuts which would give them access to the OS.
The text was updated successfully, but these errors were encountered:
Simply edit the panic_check function in src/evloop.c and recompile. You can either comment out everything if you want to completely disable the panic sequence or change it to your liking. Making the panic sequence configurable in the config file would defeat its purpose...
Thanks this is exactly what I was looking for! I understand this sort of defeats the purpose of the panic sequence, but I feel for my specific use case this will work.
I'm am creating a kiosk application and this has helped me out immensely so far in remapping certain pesky chrome shortcuts which don't want to be disabled.
I don't want my users to be able to break out of the set environment whatsoever besides pressing a predefined key sequence for developers only. Is there a way to disable able to panic sequence or map it to something else?
This would help avoid users being able to break the remapping software and then perform shortcuts which would give them access to the OS.
The text was updated successfully, but these errors were encountered: