diff options
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; |