From 8a48fff773dea20ab93ee8f22b281e852b51242e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 22 Aug 2002 00:57:29 +0000 Subject: support for showing the root and workspace menu with epist --- util/epist/screen.cc | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'util') diff --git a/util/epist/screen.cc b/util/epist/screen.cc index 31a90233..8f48a783 100644 --- a/util/epist/screen.cc +++ b/util/epist/screen.cc @@ -242,6 +242,16 @@ void screen::handleKeypress(const XEvent &e) { execCommand(it->string()); return; + case Action::showRootMenu: + _xatom->sendClientMessage(rootWindow(), XAtom::openbox_show_root_menu, + None); + return; + + case Action::showWorkspaceMenu: + _xatom->sendClientMessage(rootWindow(), XAtom::openbox_show_workspace_menu, + None); + return; + default: break; } -- cgit v1.2.3