]> git.pld-linux.org Git - packages/ibus-table.git/blob - ibus-table-uppercase-umlauts.patch
6f542d5acef66147e1408e9b4ea837310295e6da
[packages/ibus-table.git] / ibus-table-uppercase-umlauts.patch
1 diff -ru ibus-table-1.3.9.20120904.orig/engine/tabdict.py ibus-table-1.3.9.20120904/engine/tabdict.py
2 --- ibus-table-1.3.9.20120904.orig/engine/tabdict.py    2012-09-03 16:51:59.000000000 +0200
3 +++ ibus-table-1.3.9.20120904/engine/tabdict.py 2012-09-04 14:50:32.186626109 +0200
4 @@ -54,7 +54,10 @@
5      # for translit
6      gen_uni('ä'):95,
7      gen_uni('ö'):96,
8 -    gen_uni('ü'):97
9 +    gen_uni('ü'):97,
10 +    gen_uni('Ä'):98,
11 +    gen_uni('Ö'):99,
12 +    gen_uni('Ü'):100
13      }
14  
15  tab_key_list = tab_dict.keys()
16 ibus-table-1.3.9.20120904/engineだけに発見: tabdict.py.~1~
This page took 0.071879 seconds and 2 git commands to generate.