summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2011-10-12 00:36:22 +0100
committerNick White <git@njw.me.uk>2011-10-12 00:36:22 +0100
commit7aa02798ab9d82d287554d10f29777a1352aaa9a (patch)
treec0651ce9b54d2dc91eabe6a7295442c03ef15e3d
parent80c2c2e8011a1c285280a7e5c49da79bdcecada9 (diff)
Fix gui key binding
-rwxr-xr-xgetxbookgui2
1 files changed, 1 insertions, 1 deletions
diff --git a/getxbookgui b/getxbookgui
index fb5decd..56b6e63 100755
--- a/getxbookgui
+++ b/getxbookgui
@@ -27,4 +27,4 @@ button .dl -text "download" -command go
label .st -relief sunken -width 20
pack .lab .id .bin .dl .st
-bind . <Enter> go
+bind . <Return> go