我正在使用WPF KeyDown事件(來自Windows.Input的KeyEventArgs)。我需要識別何時用戶單獨按下F1和Ctrl + F1。 private void Window_KeyDown(object sender, ...
確定! 回上一頁