[uim-commit] r593 - trunk/uim
tkng at freedesktop.org
tkng at freedesktop.org
Mon Feb 7 00:30:47 PST 2005
Author: tkng
Date: 2005-02-07 00:30:45 -0800 (Mon, 07 Feb 2005)
New Revision: 593
Modified:
trunk/uim/uim-key.c
trunk/uim/uim.h
Log:
* uim/uim.h:
-(enum UKey): Added new key UKey_Insert.
Modified: trunk/uim/uim-key.c
===================================================================
--- trunk/uim/uim-key.c 2005-02-07 08:28:06 UTC (rev 592)
+++ trunk/uim/uim-key.c 2005-02-07 08:30:45 UTC (rev 593)
@@ -59,6 +59,7 @@
{UKey_Next, "next"},
{UKey_Home, "home"},
{UKey_End, "end"},
+ {UKey_Insert, "insert"},
{UKey_Zenkaku_Hankaku, "zenkaku-hankaku"},
{UKey_Multi_key, "Multi_key"},
{UKey_Mode_switch, "Mode_switch"},
Modified: trunk/uim/uim.h
===================================================================
--- trunk/uim/uim.h 2005-02-07 08:28:06 UTC (rev 592)
+++ trunk/uim/uim.h 2005-02-07 08:30:45 UTC (rev 593)
@@ -56,7 +56,7 @@
typedef struct uim_candidate_ *uim_candidate;
-/* This will be filled later, so ABI is unstable */
+/* FIXME: We need reorganize of key event handling...*/
enum UKey {
UKey_0 = 48,
UKey_1 = 49,
@@ -160,6 +160,7 @@
UKey_Meta_key,
UKey_Super_key,
UKey_Hyper_key,
+ UKey_Insert,
UKey_Other = 1000
};
More information about the Uim-commit
mailing list