From d1adec4bc6ae02ce8419cba69ea6fb14e5148e36 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Fri, 31 Oct 2008 19:52:10 +0000 Subject: [PATCH] remove m: bindings that disabled sexpr-based navigation svn: r12205 --- collects/framework/private/keymap.ss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/collects/framework/private/keymap.ss b/collects/framework/private/keymap.ss index a1b10d20af..ca804ccc71 100644 --- a/collects/framework/private/keymap.ss +++ b/collects/framework/private/keymap.ss @@ -1137,18 +1137,14 @@ (map "c:e" "end-of-line") (map "d:right" "end-of-line") - (map "m:right" "end-of-line") (map "end" "end-of-line") - (map "m:s:right" "select-to-end-of-line") (map "s:end" "select-to-end-of-line") (map "s:c:e" "select-to-end-of-line") (map "s:d:right" "select-to-end-of-line") (map "c:a" "beginning-of-line") (map "d:left" "beginning-of-line") - (map "m:left" "beginning-of-line") (map "home" "beginning-of-line") - (map "m:s:left" "select-to-beginning-of-line") (map "s:home" "select-to-beginning-of-line") (map "s:c:a" "select-to-beginning-of-line") (map "s:d:left" "select-to-beginning-of-line")