summaryrefslogtreecommitdiff
path: root/util/epist/screen.hh
diff options
context:
space:
mode:
authorScott Moynes <smoynes@nexus.carleton.ca>2002-07-21 22:35:43 +0000
committerScott Moynes <smoynes@nexus.carleton.ca>2002-07-21 22:35:43 +0000
commita0cf45a0ef5f7e2cbf0833f4d8655131912400cc (patch)
tree1a0332ffccb2bb55432b7228d48bad2538217d3a /util/epist/screen.hh
parentf754eb0ea4de43f4d99861e4c8311f7a57b87a11 (diff)
handle all combinations of lock modifiers on keypress
this should be an rc file option
Diffstat (limited to 'util/epist/screen.hh')
-rw-r--r--util/epist/screen.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/epist/screen.hh b/util/epist/screen.hh
index 4c3a47c2..be30baa5 100644
--- a/util/epist/screen.hh
+++ b/util/epist/screen.hh
@@ -80,6 +80,8 @@ public:
void changeWorkspace(const int num) const;
void toggleShaded(const Window win) const;
void execCommand(const std::string &cmd) const;
+
+ void grabKey(const KeyCode keyCode, const int modifierMask) const;
};
#endif // __screen_hh