From 254b93fc756d4dd025d4ce0eac149e392ed04137 Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 19 Feb 2002 00:31:30 +0000 Subject: [PATCH] use-keystrokes is now the default --- panda/src/pgui/config_pgui.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/pgui/config_pgui.cxx b/panda/src/pgui/config_pgui.cxx index 4c909c775e..3b70db4433 100644 --- a/panda/src/pgui/config_pgui.cxx +++ b/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 // 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); ////////////////////////////////////////////////////////////////////