From 14490bea9fc882aaf8c0df5f8447f461ca4870f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 16 Apr 2013 21:36:01 +0000 Subject: by default configure KIOSK to not do anything svn path=/trunk/guiplugins/kiosk-plugin/; revision=17094 --- kiosk.cfg | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/kiosk.cfg b/kiosk.cfg index 0d82d25..fc0299f 100644 --- a/kiosk.cfg +++ b/kiosk.cfg @@ -1,6 +1,6 @@ # whether we want to hide the main PdWindow #HideMain True -HideMain True +HideMain False # by default, only initially opened PatchWindows are KIOSKed # you can apply KIOSK settings to new windows, if you set the following to "True" @@ -9,38 +9,43 @@ KioskNewWindow False # whether you want to show the Menu-bar in the PatchWindows #ShowMenu False -ShowMenu False +ShowMenu True # whether PatchWindows should be fullscreen #FullScreen True -FullScreen True +FullScreen False # override the name of the PatchWindowS (display this string rather than the # patch-name) # if set to "", the original window name is displayed #WindowTitle "Pd KIOSK" -WindowTitle "Pd KIOSK" +WindowTitle "" # prevent the PatchWindow to be closed using Alt-F4, clicking on the # "close-window" icon and the like #PreventClose True -PreventClose True +PreventClose False # if window closing is allowed and the main window is hidden, it is probably a # good idea to quit Pd, if one of the PatchWindowS is closed #QuitOnClose True -QuitOnClose True +QuitOnClose False # prevent the context menu to show up on Right-Click #HidePopup True -HidePopup True +HidePopup False + +# prevent all special key-bindings (e.g. Control-W for close) +# ordinary key-bindings are still allowed to allow users to type +#QuitBinding False +QuitBinding True # prevent all special key-bindings (e.g. Control-W for close) # ordinary key-bindings are still allowed to allow users to type #Bindings False -Bindings False +Bindings True # disable scroll-bars to appear, even if the content does not fit on the window #ScrollBars False -ScrollBars False +ScrollBars True -- cgit v1.2.1