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