smileyninja / autokey

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

"]" is dropped when sending text by keyboard #192

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Set keyboard layout to swedish
2. Add an event to type "sometext]othertext" on a keypress
3. Save and try the event

What is the expected output? What do you see instead?
I expect to see "sometext]othertext" but I see "sometextothertext"

What version of the product are you using? On what operating system?
Ubuntu oneiric, autokey "0.71.2-1" (that's what aptitude shows for autokey for 
the package)

Please provide any additional information below.
This worked before, unfortunately I don't remember the last version it worked 
in.

What's special about swedish layout (maybe others as well) is that it takes 
(RightAlt - 9) to type "]". Autokey might be confused by the extra ALT required 
to type the key.

sample config(autokey.json) : http://pastebin.com/xu8vy9ET
see "rudot", when running that I get the text without ]

logs: http://pastebin.com/eeXkEciW

Original issue reported on code.google.com by tdrg...@gmail.com on 4 Apr 2012 at 1:26

GoogleCodeExporter commented 8 years ago
Try with a more recent version, which can be installed from the PPA

Original comment by cdekter on 4 Apr 2012 at 9:17