about summary refs log tree commit diff stats
path: root/src/LYForms.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYForms.c')
-rw-r--r--src/LYForms.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYForms.c b/src/LYForms.c
index cc5ccf1e..cdf84fc6 100644
--- a/src/LYForms.c
+++ b/src/LYForms.c
@@ -232,9 +232,9 @@ PUBLIC int change_form_link_ex ARGS8(
 	    if (form->disabled == YES &&
 		(c == '\r' || c == '\n' || immediate_submit)) {
 		if (peek_mouse_link() >= 0)
-		    c = lookup_keymap(LYK_ACTIVATE);
+		    c = LAC_TO_LKC0(LYK_ACTIVATE);
 		else
-		c = '\t';
+		    c = '\t';
 		break;
 	    }
 	    /*