use textarea for pasting.

This commit is contained in:
Miroslav Šedivý
2022-04-28 22:48:04 +02:00
parent 4b22e55223
commit e65c10005e
2 changed files with 51 additions and 24 deletions

View File

@ -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