键盘
This commit is contained in:
@@ -28,7 +28,7 @@ export default {
|
||||
'{enter}': 'Enter',
|
||||
'{tab}': 'Tab',
|
||||
'{shift}': 'Shift',
|
||||
'{change}': '中文<span class="font-s">/En</span>',
|
||||
'{change}': 'En<span class="font-s">/中文</span>',
|
||||
'{space}': ' ',
|
||||
'{clear}': 'Clear',
|
||||
'{close}': 'Close'
|
||||
@@ -72,7 +72,8 @@ export default {
|
||||
this.keyboard = new Keyboard(this.keyboardClass, {
|
||||
onChange: this.onChange,
|
||||
onKeyPress: this.onKeyPress,
|
||||
layoutCandidates: layout.layoutCandidates,
|
||||
// layoutCandidates: layout.layoutCandidates,
|
||||
layoutCandidates: null,
|
||||
layout: {
|
||||
// 默认布局
|
||||
default: [
|
||||
|
||||
Reference in New Issue
Block a user