#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Mon, 06 Aug 2018 15:41:04 +0200
changeset 8443 1edf0d3d7426
parent 8442 263bdc0c4c47
child 8444 3eaf4cc494c8
#OTHER by cg its not a hot key, but a hotkey
XWorkstation.st
--- a/XWorkstation.st	Mon Aug 06 15:39:46 2018 +0200
+++ b/XWorkstation.st	Mon Aug 06 15:41:04 2018 +0200
@@ -6623,12 +6623,14 @@
 !
 
 registerHotKeyForWindow:aDrawableId withId:anId modifiers:aModifier virtualKeyCode:aVirtualKeyCode
-    "Defines a system-wide hot key."
+    "Defines a system-wide hotkey."
     <resource: #todo>
 
     "no-op until implemented"
 
     ^ false.
+
+    "Modified (comment): / 06-08-2018 / 15:37:45 / Claus Gittinger"
 !
 
 setEventMask:aMask in:aWindowId
@@ -6671,12 +6673,14 @@
 !
 
 unregisterHotKeyForWindow:aDrawableId withId:anId
-    "Release a system-wide hot key."
+    "Release a system-wide hotkey."
     <resource: #todo>
 
     "no-op until implemented. Since we never registered anything, the unregister succeeds"
 
     ^ true.
+
+    "Modified (comment): / 06-08-2018 / 15:37:41 / Claus Gittinger"
 !
 
 viewIsRelevantInCheckForEndOfDispatch:aView