diff options
| author | Hugo Herbelin | 2018-11-03 17:07:30 +0100 |
|---|---|---|
| committer | Hugo Herbelin | 2019-09-10 12:04:40 +0200 |
| commit | 00603110458a40b1fe4bd4d51545a3e9b685e83c (patch) | |
| tree | 6ad94df881a9aa2acef8ded3de177cd2cb644158 /ide/MacOS/default_accel_map | |
| parent | 0cb8482b51f25b2f705f4da28f08424f48fa9c93 (diff) | |
Using GTK+ PRIMARY to factorize CoqIDE keys between MacOS and others.
This concerns zooming, undoing, displaying preferences.
Diffstat (limited to 'ide/MacOS/default_accel_map')
| -rw-r--r-- | ide/MacOS/default_accel_map | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ide/MacOS/default_accel_map b/ide/MacOS/default_accel_map index 6bcf3b438f..4093d2012b 100644 --- a/ide/MacOS/default_accel_map +++ b/ide/MacOS/default_accel_map @@ -47,7 +47,7 @@ (gtk_accel_path "<Actions>/View/Display notations" "<Shift><Control>n") ; (gtk_accel_path "<Actions>/Tactics/Tactic fail" "") ; (gtk_accel_path "<Actions>/Tactics/Tactic left" "") -(gtk_accel_path "<Actions>/Edit/Undo" "<Primary>u") +; (gtk_accel_path "<Actions>/Edit/Undo" "<Primary>u") ; (gtk_accel_path "<Actions>/Templates/Template Infix" "") ; (gtk_accel_path "<Actions>/Tactics/Tactic functional induction" "") ; (gtk_accel_path "<Actions>/Tactics/Tactic clear" "") @@ -219,7 +219,7 @@ ; (gtk_accel_path "<Actions>/Templates/Template Remark" "") ; (gtk_accel_path "<Actions>/Templates/Template Set Undo" "") ; (gtk_accel_path "<Actions>/Templates/Template Inductive" "") -(gtk_accel_path "<Actions>/Edit/Preferences" "<Primary>VoidSymbol") +; (gtk_accel_path "<Actions>/Edit/Preferences" "<Primary>,") ; (gtk_accel_path "<Actions>/Export/Html" "") ; (gtk_accel_path "<Actions>/Templates/Template Extraction Inline" "") ; (gtk_accel_path "<Actions>/Tactics/Tactic absurd" "") |
