FlyByHelp.st
changeset 4387 d4bd95e7f814
parent 4385 0e7f3f4536d8
child 4392 be4dc55a4960
--- a/FlyByHelp.st	Sun Oct 20 13:14:59 2019 +0200
+++ b/FlyByHelp.st	Sun Oct 20 14:59:24 2019 +0200
@@ -380,6 +380,9 @@
     (aView isKindOf:NoteBookView) ifTrue:[
         debuggedView := aView
     ].
+    (aView device leftShiftDown and:[aView device rightShiftDown]) ifTrue:[
+        debuggedView := aView
+    ].
 
     (currentHelpView notNil
       or:[aView isMenu