aboutsummaryrefslogtreecommitdiff
path: root/src/Keys.hh
diff options
context:
space:
mode:
authorsimonb <simonb>2007-10-03 22:44:08 (GMT)
committersimonb <simonb>2007-10-03 22:44:08 (GMT)
commitf76da171aa060f1367a5deaf1aec3b3294302b5e (patch)
tree4814387d1f9dfc155efa84e91194a07054b88fac /src/Keys.hh
parentb5d0c3f8fa735a6dbac6cfa452cd44df6adcd77d (diff)
downloadfluxbox-f76da171aa060f1367a5deaf1aec3b3294302b5e.zip
fluxbox-f76da171aa060f1367a5deaf1aec3b3294302b5e.tar.bz2
load some default key bindings on error
Diffstat (limited to 'src/Keys.hh')
-rw-r--r--src/Keys.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Keys.hh b/src/Keys.hh
index 2d022c6..2fca460 100644
--- a/src/Keys.hh
+++ b/src/Keys.hh
@@ -98,6 +98,9 @@ private:
98 void ungrabButtons(); 98 void ungrabButtons();
99 void grabWindow(Window win); 99 void grabWindow(Window win);
100 100
101 // Load default keybindings for when there are errors loading the initial one
102 void loadDefaults();
103
101 std::string m_filename; 104 std::string m_filename;
102 105
103 class t_key; 106 class t_key;