SimpleView.st
branchjv
changeset 7969 2bac4f32553f
parent 7856 7c52e7a9a087
child 8223 d0117698147d
--- a/SimpleView.st	Sat Feb 04 23:21:45 2017 +0000
+++ b/SimpleView.st	Wed Feb 08 23:58:18 2017 +0000
@@ -3956,6 +3956,14 @@
     "Created: 4.6.1996 / 21:32:11 / cg"
 ! !
 
+!SimpleView methodsFor:'accessing-keyboard mappings'!
+
+shortKeyStringFor:symbolicOrRawKey
+    ^ device shortKeyStringFor:symbolicOrRawKey usingMap: self keyboardMap.
+
+    "Created: / 08-02-2017 / 23:20:12 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+! !
+
 !SimpleView methodsFor:'accessing-menus'!
 
 menuHolder