Skip to content

Commit

Permalink
on key up selected Window comes to front close #24
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderzenner committed May 25, 2017
1 parent f1bbe59 commit 1143efe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ as yet unclassified
keyUp: anEvent.

anEvent keyValue = 13 ifFalse: [
self activateWindow.
self delete.
]
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"initializeThumbnails" : "adz 5/18/2017 10:33",
"intoWorld:" : "jh 5/16/2017 12:13",
"keyDown:" : "AZ 5/25/2017 15:40",
"keyUp:" : "AZ 5/25/2017 15:40",
"keyUp:" : "AZ 5/25/2017 15:51",
"selectNextWindow" : "jh 5/16/2017 12:13",
"selectPreviousWindow" : "jh 5/16/2017 12:13",
"selectWindow:" : "jh 5/16/2017 12:13",
Expand Down

0 comments on commit 1143efe

Please sign in to comment.