From a0cf45a0ef5f7e2cbf0833f4d8655131912400cc Mon Sep 17 00:00:00 2001 From: Scott Moynes Date: Sun, 21 Jul 2002 22:35:43 +0000 Subject: handle all combinations of lock modifiers on keypress this should be an rc file option --- util/epist/epist.hh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'util/epist/epist.hh') diff --git a/util/epist/epist.hh b/util/epist/epist.hh index 7bd0d276..c0687e02 100644 --- a/util/epist/epist.hh +++ b/util/epist/epist.hh @@ -67,6 +67,11 @@ public: void removeWindow(XWindow *window); XWindow *findWindow(Window window) const; + void getLockModifiers(int &numlockMask, int &scrolllockMask) const { + numlockMask = NumLockMask; + scrolllockMask = ScrollLockMask; + } + const ActionList &actions(void) { return _actions; } }; -- cgit v1.2.3