From 9da7e4739a3ad25c1ffdae940cf5b6568c5a978c Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 22 Mar 2021 09:56:23 +0100 Subject: [kiosk-common/kiosk-chromium] Support multimedia keys Closes #3792 --- .../opt/openslx/scripts/kiosk-launch.d/00-chromium | 23 ---------------------- 1 file changed, 23 deletions(-) (limited to 'core/modules/kiosk-chromium') diff --git a/core/modules/kiosk-chromium/data/opt/openslx/scripts/kiosk-launch.d/00-chromium b/core/modules/kiosk-chromium/data/opt/openslx/scripts/kiosk-launch.d/00-chromium index a98332df..bb4204e0 100644 --- a/core/modules/kiosk-chromium/data/opt/openslx/scripts/kiosk-launch.d/00-chromium +++ b/core/modules/kiosk-chromium/data/opt/openslx/scripts/kiosk-launch.d/00-chromium @@ -75,29 +75,6 @@ if [ -z "$SLX_BROWSER_INTERACTIVE" ]; then # Autologin active, go full fullscreen chromium_args+=("--kiosk") fi - - # swallow keyboard shortcuts of chromium - cat <<- EOF > "$HOME/.xbindkeysrc" - "true" - Control+d - "true" - Control+t - "true" - Control+s - "true" - Control+n - "true" - Control+j - "true" - Control+p - "true" - Control+h - "true" - Control+Shift+o - EOF - # xbinkeys requires a daemon, run it - xbindkeys_autostart & - fi if [ -n "$SLX_BROWSER_RELOAD_SECS" ] && [ "$SLX_BROWSER_RELOAD_SECS" -gt 0 ]; then -- cgit v1.2.3-55-g7522