~ubuntu-branches/ubuntu/gutsy/vnc4/gutsy

« back to all changes in this revision

Viewing changes to unix/xc/programs/xkbcomp/symbols/pc/cz_qwerty

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2006-05-15 20:35:17 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060515203517-l4lre1ku942mn26k
Tags: 4.1.1+X4.3.0-10
* Correction of critical security issue. Thanks to Martin Kogler
  <e9925248@student.tuwien.ac.at> that informed me about the issue,
  and provided the patch.
  This flaw was originally found by Steve Wiseman of intelliadmin.com.
* Applied patch from Javier Kohen <jkohen@users.sourceforge.net> that
  inform the user that only 8 first characters of the password will
  actually be used when typing more than 8 characters, closes:
  #355619.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// $XFree86: xc/programs/xkbcomp/symbols/pc/cz_qwerty,v 1.1 2002/11/22 04:02:22 dawes Exp $
 
2
 
 
3
partial alphanumeric_keys 
 
4
xkb_symbols "basic" {
 
5
 
 
6
    // This layout should work exactly as a cz with the exception 
 
7
    // of 'Z' and 'Y' keys, which are in the qwerty style (ie. swapped).
 
8
    // 2001 by Kamil Toman <ktoman@email.cz>
 
9
    
 
10
    include "pc/cz(basic)"
 
11
 
 
12
    key <AB01>  { [         z,          Z,       degree,     NoSymbol ] };
 
13
    key <AD06>  { [         y,          Y,     NoSymbol,     NoSymbol ] };
 
14
};
 
15
 
 
16
// Use <BKSL> instead of <LSGT> (useful for keyboard without <LSGT> key)
 
17
xkb_symbols "bksl" {
 
18
    include "pc/cz_qwerty(basic)"
 
19
 
 
20
    key <BKSL>  { [ backslash,        bar,        slash,     NoSymbol ] };
 
21
};