mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
use textarea for pasting.
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
const KeyTable = {
|
||||
export const KeyTable = {
|
||||
XK_v: 0x0076, // U+0076 LATIN SMALL LETTER V
|
||||
|
||||
XK_Control_L: 0xffe3, // Left control
|
||||
XK_Control_R: 0xffe4, // Right control
|
||||
|
||||
|
Reference in New Issue
Block a user