C# 클래스 PowerArgs.Cli.KeyboardShortcut

A class that represents a keyboard shortcut that can be activate a control that does not have focus
파일 보기 프로젝트 열기: adamabdelhamed/PowerArgs

공개 메소드들

메소드 설명
KeyboardShortcut ( ConsoleKey key, ConsoleModifiers modifier = null ) : System

Creates a new shortut

메소드 상세

KeyboardShortcut() 공개 메소드

Creates a new shortut
public KeyboardShortcut ( ConsoleKey key, ConsoleModifiers modifier = null ) : System
key ConsoleKey the shortcut key
modifier ConsoleModifiers A key modifier (e.g. shift, alt) that, when present, must be pressed in order for the shortcut key to trigger. Note that control is not /// supported because it doesn't play well in a console
리턴 System