On 25 May 2024, at 06:42, Davide Varvello via Pharo-users <pharo-users@lists.pharo.org> wrote:Hi,
If you too miss some shortcuts like... cmd-v to show the versions of a method, here is the solution, you have to add methodShortcutActivation to SycShowMethodVersionCommand class:
SycShowMethodVersionCommand class >> methodShortcutActivation
<classAnnotation>
^ CmdShortcutActivation by: $v meta for: ClyMethod asCalypsoItemContext
HTH
Cheers
Davide