Browse Source

use-keystrokes is now the default

David Rose 24 years ago
parent
commit
254b93fc75
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/pgui/config_pgui.cxx

+ 1 - 1
panda/src/pgui/config_pgui.cxx

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