Control Windows related action through Ignition client

Hello everyone,

I’m looking for a way to control Windows-level actions from within the Ignition Vision Client.

Scenario

When a user presses Ctrl + Alt + Delete, Windows shows the black security screen.
I want to prevent that screen from appearing while the Vision Client is active — but only for certain user roles.

Requirements

  • Operators or other roles: Ctrl+Alt+Delete (and other OS shortcuts) should not work inside the client.

  • Admins: These actions should work normally.

  • I want similar control for other OS-level keyboard shortcuts like:

    • Windows key

    • Alt+Tab

    • Win+L

    • Etc.

Question

Is it possible for Ignition Vision to:

  1. Block or override OS-level keyboard shortcuts?

  2. Apply this behavior conditionally based on user roles?

If anyone has experience or best practices for handling OS-level key events in Vision clients, please share.

Thanks!