GithubHelp home page GithubHelp logo

marcianobarros20 / 4d-plugin-kiosk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from miyako/4d-plugin-kiosk

0.0 2.0 0.0 707 KB

4D plugin to help 4D run as kiosk software by inhibiting certain user actions.

C 66.87% C++ 24.40% Objective-C 7.86% HTML 0.86%

4d-plugin-kiosk's Introduction

4d-plugin-kiosk

4D plugin to help 4D run as kiosk software by inhibiting certain user actions.

Platform

carbon cocoa win32 win64

Version

Syntax

mode:=KIOSK Get mode
KIOSK SET MODE (mode)
Parameter Type Description
mode INT32 KIOSK_ON (1) or KIOSK_OFF (0)

About

This plugin allow 4D to run as a pseudo kiosk software.

Note: The objective here is to inhibit certain user operations that might terminate the application or move it to the background. It is your responsibility to resize and locate your windows should you wish to completely hide the Desktop (e.g. run full screen).

On Mac:

SetSystemUIMode or NSApplicationPresentationOptions is used to

  • Hide all system UI elements (including the menu bar and Dock).
  • Disable the cmd+tab and cmd+shift+tab key sequences to switch active processes.
  • Disable the cmd+option+escape key sequence and the Force Quit menu item.
  • Disable the Power key (if present) and the Restart, Shut Down, and Log Out menu items in the Apple menu.
  • Disable the Hide menu item in the Application menu.

On Windows:

  • Key combination to flip 3D (Windows+Tab, Windows+Shift+Tab) is disabled.
  • Key combination for flip (Alt+Tab, Alt+Shift+Tab) is disabled.
  • Key combination to switch application (Alt+Esc, Alt+Shift+Esc) is disabled.
  • Key combination to display Task Manager (Ctrl+Shift+Esc) is disabled.
  • Key combination to quit application (Alt+F4) is disabled.
  • Start Menu key combination (Windows, Ctrl+Esc) is disabled.
  • The Task Tray is hidden.
  • The MDI window title bar is hidden.

Note: Hot Keys (such as Ctrl+Alt+Delete) are NOT disabled.

4d-plugin-kiosk's People

Contributors

miyako avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.