equal
deleted
inserted
replaced
1 diff -ru 5.1.0/jEdit/org/gjt/sp/jedit/Debug.java 5.1.0/jEdit-patched/org/gjt/sp/jedit/Debug.java |
|
2 --- 5.1.0/jEdit/org/gjt/sp/jedit/Debug.java 2013-07-28 19:03:49.000000000 +0200 |
|
3 +++ 5.1.0/jEdit-patched/org/gjt/sp/jedit/Debug.java 2013-09-05 10:55:36.388181955 +0200 |
|
4 @@ -109,7 +109,7 @@ |
|
5 * used to handle a modifier key press in conjunction with an alphabet |
|
6 * key. <b>On by default on MacOS.</b> |
|
7 */ |
|
8 - public static boolean ALTERNATIVE_DISPATCHER = OperatingSystem.isMacOS(); |
|
9 + public static boolean ALTERNATIVE_DISPATCHER = false; |
|
10 |
|
11 /** |
|
12 * If true, A+ shortcuts are disabled. If you use this, you should also |
|
13 |
|