diff options
author | Nick White <git@njw.me.uk> | 2011-10-12 00:09:56 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2011-10-12 00:09:56 +0100 |
commit | 80c2c2e8011a1c285280a7e5c49da79bdcecada9 (patch) | |
tree | c77069c708c4cf6495c7b5f64145f82ab3b6836a | |
parent | 52c6f75c8cb4fd54724db67beacb005837ee5604 (diff) |
Bind enter to go in gui
-rwxr-xr-x | getxbookgui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/getxbookgui b/getxbookgui index 786aac6..fb5decd 100755 --- a/getxbookgui +++ b/getxbookgui @@ -27,3 +27,4 @@ button .dl -text "download" -command go label .st -relief sunken -width 20 pack .lab .id .bin .dl .st +bind . <Enter> go |