QiangF / autokey

Automatically exported from code.google.com/p/autokey
GNU General Public License v3.0
0 stars 0 forks source link

Wine is not accepting <shift> modifiers from autokey in open file dialog #126

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. get an windows app that runs under wine
2. open up open file dialog
3. get autokey to type <shift>+<tab>, it will go to the next, not the previous, 
control

What is the expected output? What do you see instead?
expected: go to the file selection control
actual: goes to the file type drop down control

What version of the product are you using? On what operating system?
0.71.3 on Ubuntu 9.10

Please provide any additional information below.
NONE

Original issue reported on code.google.com by adrian.h...@gmail.com on 21 Jun 2011 at 4:15

GoogleCodeExporter commented 9 years ago
NOTE: console states the following after running command 
keyboard.send_keys("<tab><tab><tab><tab><tab><home><shift>+<end>")

fixme:shell:ShellView_OnNotify LVN_KEYDOWN key=0x00000024
fixme:shell:ShellView_OnNotify LVN_KEYDOWN key=0x00000023

This is a wine error, but if I use the actual keyboard I get the same error but 
it selects the files correctly.

Original comment by adrian.h...@gmail.com on 21 Jun 2011 at 4:24

GoogleCodeExporter commented 9 years ago
Try using keyboard.press_key and release_key to do the shift+end. 

Original comment by cdekter on 12 Sep 2011 at 3:57

GoogleCodeExporter commented 9 years ago
Would you be willing to test this with the beta (0.80)?

Original comment by cdekter on 16 Sep 2011 at 12:47

GoogleCodeExporter commented 9 years ago
Yes, I can test the beta.

Original comment by adrian.h...@gmail.com on 17 Sep 2011 at 3:25

GoogleCodeExporter commented 9 years ago
If you are comfortable building the .deb file yourself (instructions are in the 
INSTALL file), then you can download the beta code here:
http://dl.dropbox.com/u/1229367/autokey_0.80.0.tar.gz

If not let me know, I'll need to set up a VM to do the build on 9.10.

Original comment by cdekter on 17 Sep 2011 at 9:23

GoogleCodeExporter commented 9 years ago

Original comment by cdekter on 18 Sep 2011 at 11:28