]> Dogcows Code - chaz/openbox/blobdiff - util/epist/screen.cc
rename the sendTo action to sendToWorkspace
[chaz/openbox] / util / epist / screen.cc
index ec73aa82e5aa857bc39a583904eba958caee0561..db100889fb64e97b1182300f6d424494a16893c2 100644 (file)
@@ -221,6 +221,10 @@ void screen::handleKeypress(const XEvent &e) {
           window->lower();
           return;
 
+        case Action::sendToWorkspace:
+          window->sendTo(it->number());
+          return;
+
         case Action::toggleomnipresent:
           if (window->desktop() == 0xffffffff)
             window->sendTo(_active_desktop);
This page took 0.023105 seconds and 4 git commands to generate.