We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cfa669 commit 3b139a6Copy full SHA for 3b139a6
src/v2/api/index.md
@@ -97,7 +97,7 @@ type: api
97
98
### keyCodes
99
100
-- **Type:** `{ [key: string]: number }`
+- **Type:** `{ [key: string]: number | Array<number> }`
101
102
- **Default:** `{}`
103
@@ -107,7 +107,8 @@ type: api
107
Vue.config.keyCodes = {
108
v: 86,
109
f1: 112,
110
- mediaPlayPause: 179
+ mediaPlayPause: 179,
111
+ up: [38, 87]
112
}
113
```
114
0 commit comments