ctrl-Pからctrl-Tに変更

This commit is contained in:
tateisu 2021-06-01 23:12:49 +09:00
parent 098487a886
commit 8b9b40c7b0
1 changed files with 1 additions and 1 deletions

View File

@ -539,7 +539,7 @@ class ActPost : AppCompatActivity(),
if( event.isCtrlPressed ){
ActMain.log.d("onKeyUp code=$keyCode rv=$rv")
when(keyCode){
KeyEvent.KEYCODE_P -> btnPost.performClick()
KeyEvent.KEYCODE_T -> btnPost.performClick()
}
return true
}