diff options
| -rw-r--r-- | ide/preferences.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/preferences.ml b/ide/preferences.ml index 1bd9f587c7..90862d0647 100644 --- a/ide/preferences.ml +++ b/ide/preferences.ml @@ -190,7 +190,7 @@ let current = { automatic_tactics = ["trivial"; "tauto"; "auto"; "omega"; "auto with *"; "intuition" ]; - modifier_for_navigation = "<Control><Alt>"; + modifier_for_navigation = "<Control>"; modifier_for_templates = "<Control><Shift>"; modifier_for_tactics = "<Control><Alt>"; modifier_for_display = "<Alt><Shift>"; |
