summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/105/graphic/1875
blob: 5ae59e041bec4728770379552ed1b39e97f11d2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
graphic: 0.908
other: 0.613
device: 0.591
instruction: 0.528
semantic: 0.339
mistranslation: 0.253
boot: 0.055
vnc: 0.027
network: 0.023
assembly: 0.005
socket: 0.003
KVM: 0.000

qemu-system-x86_64: warning: no scancode found for keysym 65483
Description of problem:
qemu-system-x86_64: warning: no scancode found for keysym 65483

I'm hoping this is something that could easily be added to qemu, rather than a limitation of windows:

I want to bind F14 to an arbitrary key, in this case `keycode 148 = XF86Calculator`, but it's not happening, and qemu is giving the error: `qemu-system-x86_64: warning: no scancode found for keysym 65483`

`xmodmap -e "keycode 148 = F14 F14 F14 F14 F14"` Executes with no error, and xev correctly shows as F14 pressed/released, but a windows 10 VM started afterwards cannot recognise this bind.