Skip to the content.

PromptPlus HotKeys

Build Publish License NuGet Downloads

Main

The hotkeys for each control can be globally or for each instance. Valid values ​​for shortcut keys range from F1 to F12 and can be combined with Modifiers Shift, Alt and Control.

Attention: conflict analysis is not carried out (same hotkey for different actions), so choose constomizations carefully to avoid unwanted behavior

Table of Contents

Default HotKeys

Global HotKeys

Top

To set Global HotKeys use : PromptPlus.Config.[Property-Hotkey]. Example :

PromptPlus.Config.PasswordViewPress = new HotKey(UserHotKey.F7)

Properties Hotkeys

Top

Instance Hotkeys

Top

For each control has methods to change hotkey. Use : [control].[Method](HotKey(UserKey,[Shift],[Alt],[Ctrl])). Example :

PromptPlus
    .Input("Input secret sample2")
    .IsSecret()
    .EnabledViewSecret(new HotKey(UserHotKey.F7))
    .Run();

Input Controls

AddtoList

AddtoMaskEditList Controls

MultiSelect Controls

BrowserMultiSelect Controls

Browser Controls

TreeViewMultiSelect Controls

TreeView Controls

ChartBar Controls

Calendar Controls