Skip to content

miyako/4d-plugin-kiosk-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

version platform license downloads

4d-plugin-kiosk-v2

Features

macOS

change NSApplicationPresentationOptions

  • NSApplicationPresentationHideMenuBar
  • NSApplicationPresentationHideDock
  • NSApplicationPresentationDisableAppleMenu
  • NSApplicationPresentationDisableProcessSwitching
  • NSApplicationPresentationDisableForceQuit
  • NSApplicationPresentationDisableSessionTermination
  • NSApplicationPresentationDisableHideApplication

no window is set to full screen; do it manually.

Windows

filter certain key combinations

  • Ctrl+Esc
  • Alt+Tab, Alt+Shift+Tab
  • Alt+Esc, Alt+Shift+Esc
  • Ctrl+Shift+Esc
  • Alt+F4
  • Windows (left and right)

Ctrl+Alt+Delete is not filtered

set MDI window parameters

  • WS_POPUP

remove MDI window parameters

  • WS_CAPTION
  • WS_SYSMENU

hide task tray

maximise MDI

syntax

If (0=KIOSK Get mode)
	KIOSK SET MODE(1)
Else 
	KIOSK SET MODE(0)
End if 

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages