~ubuntu-branches/ubuntu/saucy/xkeyboard-config/saucy

« back to all changes in this revision

Viewing changes to debian/patches/111_cz_ssharp.patch

  • Committer: Package Import Robot
  • Author(s): Bryce Harrington
  • Date: 2012-06-04 18:11:53 UTC
  • Revision ID: package-import@ubuntu.com-20120604181153-cgxwr93y2kiiwmtg
Tags: 2.5-1ubuntu3
* Add 111_cz_ssharp.patch: Fix mapping of 4th level of the AC11 key to
  ssharp rather than quotedbl for the Czech layout.  Cherrypick of 
  patch from upstream.
  (LP: #953477)
* Add 112_dk_dvorak_tilde.patch: Fix tilde key in the Danish Dvorak
  layout.  It's not the same as Norwegian as has been assumed previously.
  (LP: #989626)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
commit 8640e24c91e80675016458d50d7a1ad8546e32ff
 
2
Author: Sergey V. Udaltsov <svu@gnome.org>
 
3
Date:   Sun Apr 8 05:41:11 2012 +0100
 
4
 
 
5
    Czech (qwerty) layout has " instead of ß in the 4th level
 
6
    
 
7
    https://bugs.freedesktop.org/show_bug.cgi?id=48252
 
8
 
 
9
diff --git a/symbols/cz b/symbols/cz
 
10
index 25fd54a..db3dd48 100644
 
11
--- a/symbols/cz
 
12
+++ b/symbols/cz
 
13
@@ -90,7 +90,7 @@ xkb_symbols "qwerty" {
 
14
 
 
15
     key <AB01> { [         z,          Z,       degree,         NoSymbol ] };
 
16
     key <AC10> { [     uring,   quotedbl,    semicolon,            colon ] };
 
17
-    key <AC11> { [   section,     exclam,   apostrophe,         quotedbl ] };
 
18
+    key <AC11> { [   section,     exclam,   apostrophe,           ssharp ] };
 
19
     key <AD06> { [         y,          Y,     NoSymbol,         NoSymbol ] };
 
20
     key <AD11> { [    uacute,      slash,  bracketleft,        braceleft ] };
 
21
     key <AD12> { [parenright,  parenleft, bracketright,       braceright ] };