aboutsummaryrefslogtreecommitdiff
path: root/kiosk.cfg
blob: fc0299fb71fdd5af4846f0508c8f4f33a564940a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# whether we want to hide the main PdWindow
#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"
#KioskNewWindow False
KioskNewWindow False

# whether you want to show the Menu-bar in the PatchWindows
#ShowMenu False
ShowMenu True

# whether PatchWindows should be fullscreen
#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 ""

# prevent the PatchWindow to be closed using Alt-F4, clicking on the
# "close-window" icon and the like
#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 False

# prevent the context menu to show up on Right-Click
#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 True

# disable scroll-bars to appear, even if the content does not fit on the window
#ScrollBars False
ScrollBars True