diff options
author | simonb <simonb> | 2007-09-30 11:35:20 (GMT) |
---|---|---|
committer | simonb <simonb> | 2007-09-30 11:35:20 (GMT) |
commit | ac215248a00d06bdb1e9dd4b373d415bda4ad4b1 (patch) | |
tree | b29b003a02718fb198c44082be8b650af8261c0d /src/Keys.hh | |
parent | 143cb6562bcfffdbf5b495169e40b72a30425839 (diff) | |
download | fluxbox-ac215248a00d06bdb1e9dd4b373d415bda4ad4b1.zip fluxbox-ac215248a00d06bdb1e9dd4b373d415bda4ad4b1.tar.bz2 |
load default key bindings on error
Diffstat (limited to 'src/Keys.hh')
-rw-r--r-- | src/Keys.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Keys.hh b/src/Keys.hh index c075d38..a83a0ec 100644 --- a/src/Keys.hh +++ b/src/Keys.hh | |||
@@ -97,6 +97,9 @@ private: | |||
97 | void grabButton(unsigned int button, unsigned int mod); | 97 | void grabButton(unsigned int button, unsigned int mod); |
98 | void ungrabButtons(); | 98 | void ungrabButtons(); |
99 | 99 | ||
100 | // Load default keybindings for when there are errors loading the initial one | ||
101 | void loadDefaults(); | ||
102 | |||
100 | std::string m_filename; | 103 | std::string m_filename; |
101 | 104 | ||
102 | class t_key; | 105 | class t_key; |