リファクタリングなど

This commit is contained in:
syuilo
2018-09-18 12:34:41 +09:00
parent dc8f592c1f
commit 6ed3f9e414
4 changed files with 78 additions and 154 deletions

View File

@ -72,7 +72,7 @@ export default Vue.extend({
'esc': this.close,
'enter': this.choose,
'space': this.choose,
'numpad plus': this.choose,
'plus': this.choose,
'up': this.focusUp,
'right': this.focusRight,
'down': this.focusDown,