From ee8b44813e59c481cf080bde641473a632309219 Mon Sep 17 00:00:00 2001 From: mathias Date: Thu, 18 Nov 2004 03:25:08 +0000 Subject: keypad-enter should work with fbrun now --- util/fbrun/FbRun.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util/fbrun/FbRun.cc b/util/fbrun/FbRun.cc index bd9a2c8..8cb79b0 100644 --- a/util/fbrun/FbRun.cc +++ b/util/fbrun/FbRun.cc @@ -19,7 +19,7 @@ // 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 @@ void FbRun::keyPressEvent(XKeyEvent &ke) { hide(); FbTk::App::instance()->end(); // end program break; + case XK_KP_Enter: case XK_Return: run(text()); break; -- cgit v0.11.2