aboutsummaryrefslogtreecommitdiff
path: root/util/fbrun
diff options
context:
space:
mode:
authormathias <mathias>2004-11-18 03:25:08 (GMT)
committermathias <mathias>2004-11-18 03:25:08 (GMT)
commitee8b44813e59c481cf080bde641473a632309219 (patch)
treedf005f214cc3810eba90c0daf9e9b6b4ff99697d /util/fbrun
parent1f133063aa50df24449381fd173659767e9314fd (diff)
downloadfluxbox-ee8b44813e59c481cf080bde641473a632309219.zip
fluxbox-ee8b44813e59c481cf080bde641473a632309219.tar.bz2
keypad-enter should work with fbrun now
Diffstat (limited to 'util/fbrun')
-rw-r--r--util/fbrun/FbRun.cc3
1 files changed, 2 insertions, 1 deletions
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 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: FbRun.cc,v 1.33 2004/10/10 16:35:29 akir Exp $ 22// $Id$
23 23
24#include "FbRun.hh" 24#include "FbRun.hh"
25 25
@@ -258,6 +258,7 @@ void FbRun::keyPressEvent(XKeyEvent &ke) {
258 hide(); 258 hide();
259 FbTk::App::instance()->end(); // end program 259 FbTk::App::instance()->end(); // end program
260 break; 260 break;
261 case XK_KP_Enter:
261 case XK_Return: 262 case XK_Return:
262 run(text()); 263 run(text());
263 break; 264 break;