- added ability to reload default key bindings

- reverted keybindings display back to action names instead of PSP key equivalent (see commit commit 168154b52d)
This commit is contained in:
Rolzad73
2017-02-01 22:53:01 -05:00
parent fb91726c35
commit 1d0237f15d
4 changed files with 58 additions and 34 deletions

View File

@@ -998,6 +998,8 @@ protected:
set<LocalKeySym> confirmedKeys;
set<JButton> confirmedButtons;
string confirmationString;
private:
void populateKeyBindingList();
};
/**@} This comment used by Doxyyen. */