pawelchcki / semicomplete

Automatically exported from code.google.com/p/semicomplete
0 stars 0 forks source link

Bug with spanish keys. #41

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
My test string is "ñandú piragüista". This string have this features:
 - humour ;) because "ñandu" is the spanish name of
http://en.wikipedia.org/wiki/Greater_Rhea . And the other word is
"person" navigate in http://en.wikipedia.org/wiki/Pirogue .

 - ñ character http://en.wikipedia.org/wiki/%C3%91 , The ñ is a key of
spanish keyboard .
 - á character, the á is keypress of ' and after a key.
 - ü character, the ü is too two keypress, in this case first keypress
is key " and the second is u

Well I test this chars with the last version of
xdotool_2.20101012.3049-4_amd64.deb

md@speccy:/$ lsb_release --all
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 10.04.1 LTS
Release:    10.04
Codename:   lucid
md@speccy:/$ 

And the return message is:

md@speccy:/$ xdotool key a
amd@speccy:/$ xdotool key ñ
(symbol) No such key name 'ñ'. Ignoring it.
(symbol) No such key name 'ñ'. Ignoring it.
md@speccy:/$ xdotool key ú
(symbol) No such key name 'ú'. Ignoring it.
(symbol) No such key name 'ú'. Ignoring it.
md@speccy:/$

Bye, thanks.

Original issue reported on code.google.com by tres.14159@gmail.com on 23 Nov 2010 at 3:01

GoogleCodeExporter commented 9 years ago
Hi,

I have the same problem with spanish layout:

$ xdotool type "+-"
]/

Any workaround ?

Thanks!

Original comment by javibarr...@gmail.com on 25 Feb 2011 at 8:13