all repos — fluxbox @ ee8b44813e59c481cf080bde641473a632309219

custom fork of the fluxbox windowmanager

keypad-enter should work with fbrun now
mathias mathias
commit

ee8b44813e59c481cf080bde641473a632309219

parent

1f133063aa50df24449381fd173659767e9314fd

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M util/fbrun/FbRun.ccutil/fbrun/FbRun.cc

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: FbRun.cc,v 1.33 2004/10/10 16:35:29 akir Exp $ +// $Id$ #include "FbRun.hh"

@@ -258,6 +258,7 @@ m_end = true;

hide(); FbTk::App::instance()->end(); // end program break; + case XK_KP_Enter: case XK_Return: run(text()); break;