Sandbox Logo

Application.AllowShortcuts

bool AllowShortcuts { get; set; }

Description

If true (default) then keyboard shortcuts will work. If false then shortcuts will be suppressed. It's useful to suppress shortcuts when doing things like controlling a scene using WSAD etc.

Return

User Comments