diff options
author | Nick White <git@njw.me.uk> | 2011-10-12 00:36:22 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2011-10-12 00:36:22 +0100 |
commit | 7aa02798ab9d82d287554d10f29777a1352aaa9a (patch) | |
tree | c0651ce9b54d2dc91eabe6a7295442c03ef15e3d | |
parent | 80c2c2e8011a1c285280a7e5c49da79bdcecada9 (diff) |
Fix gui key binding
-rwxr-xr-x | getxbookgui | 2 |
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 |