|
|
@@ -43,7 +43,7 @@ const bool pgui_quick = config_pgui.GetBool("pgui-quick", true);
|
|
|
|
|
|
// Temporary variable to support old-style button press/release for
|
|
|
// pgentries, before keystrokes were implemented.
|
|
|
-const bool use_keystrokes = config_pgui.GetBool("use-keystrokes", false);
|
|
|
+const bool use_keystrokes = config_pgui.GetBool("use-keystrokes", true);
|
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////
|