summaryrefslogtreecommitdiff
path: root/gdk/gdkkeyuni.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-02-27 02:43:09 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-02-27 02:43:09 +0000
commit807336c7203fa3a06ff59529a17b6a1353ff2765 (patch)
tree6e037958ae2489e8f57600ddf4b231251bdd5996 /gdk/gdkkeyuni.c
parenta90baa8332b8deef9c3d2934836fb21d716ffd38 (diff)
downloadgtk+-807336c7203fa3a06ff59529a17b6a1353ff2765.tar.gz
Shouldn't map KP_Enter to '\n', or KP_Tab to \t' since we don't map the
Tue Feb 26 21:35:31 2002 Owen Taylor <otaylor@redhat.com> * gdk/gdkkeyuni.c: Shouldn't map KP_Enter to '\n', or KP_Tab to \t' since we don't map the corresponding main keyboard characters in that way. (#61561, Padraig O'Briain)
Diffstat (limited to 'gdk/gdkkeyuni.c')
-rw-r--r--gdk/gdkkeyuni.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdk/gdkkeyuni.c b/gdk/gdkkeyuni.c
index abbeea3b40..f139be8f3f 100644
--- a/gdk/gdkkeyuni.c
+++ b/gdk/gdkkeyuni.c
@@ -803,8 +803,6 @@ static struct {
/* Numeric keypad */
{ 0xFF80 /* Space */, ' ' },
- { 0xFF89 /* Tab */, '\t' },
- { 0xFF8D /* Enter */, '\n' },
{ 0xFFAA /* Multiply */, '*' },
{ 0xFFAB /* Add */, '+' },
{ 0xFFAD /* Subtract */, '-' },