-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firefox/chrome kiosk allows restricted keyboard shortcuts #320
Comments
Hi @jordankoehn , |
/use/bin/Firefox --kiosk https://google.com |
I tried |
I tried again and sway and you're right. Firefox/chrome/chromium all allow keyboard shortcuts when in kiosk mode. I found some related issues on chromium's GitHub. What's interesting is when running from windows all keyboard shortcuts are disabled in kiosk mode on these browsers. Before I close this issue, any suggestions on disabling these shortcuts in cage/wlroots? Xdg keymaps only allow changing individual keys |
When running Firefox/chrome in a typical Linux de (tested on sway). Kiosk mode in these browsers do not allow shortcuts such as
ctrl+t
,ctrl+w
, etc. On cage kiosk mode starts and the taskbar is hidden, however I"m able to start new tabs, and close chrome/Firefox via a shortcutI even tried starting a chrome PWA which should be restricted even further. This pops up another full screen window over the existing one with the address bar visible
The text was updated successfully, but these errors were encountered: