search for: send_key

Displaying 3 results from an estimated 3 matches for "send_key".

Did you mean: send_keys
2011 Jun 22
1
Autokey types a dir into open ile dialog but not recognised
I was playing with Autokey to automate the use of a Win app, but it seems that it is not recognising keystrokes properly. Not sure where the problem is. If I were to open Notepad, and then use keyboard.send_keys("<ctrl>+o"), it doesn't work but manually pressing the actual keys, it does. However using the same command for a native app (say firefox) it does work. So perhaps there is some layer that autokey is bypassing that wine is expecting? However, I can use say keyboard.send_keys...
2014 Dec 28
0
CentOS 7 KVM guests no longer get keystrokes after yum update
...ease report to gtk-vnc-list at gnome.org including the following information: - Operating system - GDK build - X11 Server - xprop -root - xdpyinfo Every attempted keystroke on the guest produces one of these messages: (virt-viewer:6016): GSpice-CRITICAL **: send_key: assertion `scancode != 0' failed What I think is relevant, running on the most recent kernel, all commands run from the host: $ libvirtd --version libvirtd (libvirt) 1.2.8 $ uname -a Linux mencius.peecee3.com 3.10.0-123.13.2.el7.x86_64 #1 SMP Thu Dec 18 14:09:13 UT...
2013 Mar 25
86
[PATCH 00/28] libxl: ocaml: improve the bindings
The following series of patches fill in most of the gaps in the OCaml bindings to libxl, to make them useful for clients such as xapi/xenopsd (from XCP). There are a number of bugfixes to the existing bindings as well. I have an experimental version of xenopsd that successfully uses the new bindings. An earlier version of the first half of the series was submitted to the last by Ian Campbell on