ssanthosh243 / semicomplete

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

Caps for Greek (and probably other) locales are not working #65

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. xdotool key Greek_GAMMA

What is the expected output? What do you see instead?
Expected Γ. Actual result γ

What version of the product are you using? On what operating system?
$ xdotool -v
xdotool version 2.20110530.1

on Ubuntu Linux 11.10 64 bit (kernel 3.0.0-17-generic) 

Please provide any additional information below.

xdotool key Greek_gamma works as expected: 
γ

This happens for all the letters of the Greek alphabet and apparently on 
Cyrillic as well. I haven' t tried any other languages.

Original issue reported on code.google.com by stavrak...@gmail.com on 24 Apr 2012 at 9:18

GoogleCodeExporter commented 9 years ago
I also tried xdotool key Aacute and aacute and the both display the lowercase 
version:
á

Original comment by stavrak...@gmail.com on 24 Apr 2012 at 9:28