diff options
author | das <das> | 2006-07-21 07:07:00 (GMT) |
---|---|---|
committer | das <das> | 2006-07-21 07:07:00 (GMT) |
commit | 1a735b37110586227d1c770d9cae655e78290eac (patch) | |
tree | f261098b40d9e2d9a76531851f9570c151756bdf /generic | |
parent | 85ba9ab3a41b1262292a4db5da8d05e7e3c8cba8 (diff) | |
download | tk-1a735b37110586227d1c770d9cae655e78290eac.zip tk-1a735b37110586227d1c770d9cae655e78290eac.tar.gz tk-1a735b37110586227d1c770d9cae655e78290eac.tar.bz2 |
swap out of order "F34" and "R14"
Diffstat (limited to 'generic')
-rw-r--r-- | generic/ks_names.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/ks_names.h b/generic/ks_names.h index af11fc7..aec53e8 100644 --- a/generic/ks_names.h +++ b/generic/ks_names.h @@ -1,6 +1,6 @@ /* * This file is generated from $(INCLUDESRC)/keysymdef.h. Do not edit. - * RCS: $Id: ks_names.h,v 1.4 2000/04/15 00:33:08 ericm Exp $ + * RCS: $Id: ks_names.h,v 1.5 2006/07/21 07:07:00 das Exp $ */ { "BackSpace", 0xFF08 }, { "Tab", 0xFF09 }, @@ -118,8 +118,8 @@ { "R11", 0xFFDC }, { "F32", 0xFFDD }, { "R12", 0xFFDD }, -{ "R13", 0xFFDE }, { "F33", 0xFFDE }, +{ "R13", 0xFFDE }, { "F34", 0xFFDF }, { "R14", 0xFFDF }, { "F35", 0xFFE0 }, |