Edit

kc3-lang/libxkbcommon/test/data/symbols/eurosign

Branch :

  • Show log

    Commit

  • Author : Daniel Stone
    Date : 2012-07-12 14:42:31
    Hash : 62deaeb5
    Message : Import dataset into test/data/ Use a self-contained dataset instead of relying on a globally-installed set. Data taken from xkeyboard-config 2.5.1. Signed-off-by: Daniel Stone <daniel@fooishbar.org>

  • test/data/symbols/eurosign
  • // Most keyboards have the EuroSign engraved on the E key
    partial
    xkb_symbols "e" {
        key <AD03>	{ [  NoSymbol,   NoSymbol,   EuroSign,	NoSymbol ]	};
    };
    
    // Many Apple keyboards have the EuroSign engraved on the 2 key
    partial
    xkb_symbols "2" {
        key <AE02>	{ [  NoSymbol,   NoSymbol,   EuroSign,	NoSymbol ]	};
    };
    
    // Some keyboards have the EuroSign engraved on the 4 key
    partial
    xkb_symbols "4" {
        key <AE04>	{ [  NoSymbol,   NoSymbol,   EuroSign,	NoSymbol ]	};
    };
    
    // Many keyboards have the EuroSign engraved on the 5 key
    partial
    xkb_symbols "5" {
        key <AE05>	{ [  NoSymbol,   NoSymbol,   EuroSign,	NoSymbol ]	};
    };