aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Keys.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Keys.cc b/src/Keys.cc
index c050fd6..6ab5c7f 100644
--- a/src/Keys.cc
+++ b/src/Keys.cc
@@ -465,7 +465,7 @@ bool Keys::addBinding(const string &linebuffer) {
465 // numbers 10 and above 465 // numbers 10 and above
466 // 466 //
467 } else { 467 } else {
468 FbTk::StringUtil::extractNumber(arg, key); 468 FbTk::StringUtil::extractNumber(arg, key);
469 type = KeyPress; 469 type = KeyPress;
470 } 470 }
471 471