Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Roman Haefeli
netpd-app-builder
Commits
4a81e418
Commit
4a81e418
authored
Jun 07, 2020
by
Roman Haefeli
Browse files
add config for kiosk-plugin
parent
d6c47bb3
Changes
1
Show whitespace changes
Inline
Side-by-side
files/kiosk.cfg
0 → 100644
View file @
4a81e418
# 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 True
# whether you want to show the Menu-bar in the PatchWindows
#ShowMenu False
ShowMenu False
# 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
#Bindings False
Bindings True
# disable scroll-bars to appear, even if the content does not fit on the window
#ScrollBars False
ScrollBars True
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment