use-keystrokes is now the default

This commit is contained in:
David Rose 2002-02-19 00:31:30 +00:00
parent 2aa3aa5f97
commit 254b93fc75

View File

@ -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);
////////////////////////////////////////////////////////////////////