Edit

kc3-lang/libxkbcommon/src

Branch :

  • Show log

    Commit

  • Author : Daniel Stone
    Date : 2012-04-03 13:57:44
    Hash : 495d87b0
    Message : Don't parse nonsense Unicode/hex keycodes If a keysym was specified as "U1039andsomeextrastuffontheend", return NoSymbol rather than 0x10001039; similarly, return NoSymbol for "0xdeadbeefhitherehowsyourdaybeen" rather than 0xdeadbeef. Signed-off-by: Daniel Stone <daniel@fooishbar.org>