개정판 e36af3a8
issue #1031: IsPressCtrl, IsPressShift 속성을 현재 키보드 상태를 반환하도록 변경
Change-Id: I992c54b8fbe96c8b0fe923df790b76d7e333214c
KCOM/MainWindow.xaml.cs | ||
---|---|---|
49 | 49 |
App.splashString(ISplashMessage.MAINWINDOW); |
50 | 50 |
this.Loaded += MainWindow_Loaded; |
51 | 51 |
this.KeyDown += new KeyEventHandler(KeyEventDownAction); |
52 |
this.KeyUp += new KeyEventHandler(KeyEventUpAction); |
|
53 | 52 |
this.SourceInitialized += new EventHandler(win_SourceInitialized); |
54 | 53 |
} |
55 | 54 |
|
내보내기 Unified diff