44

Step to reproduce

  1. on *.kt press command+shift+a for view bytecode

btw,

Show Kotlin Bytecode

is working properly but broken on

Show Bytecode

(which I guess it will show java or java bytecode)

enter image description here

  1. select Show Bytecode then got this error

enter image description here

  1. But then when press command+shift+a got this error again and again

enter image description here

In the beginning I restart the ide and the same error occurs

Then I realised if I press windows then the error gone... enter image description here

UmAnusorn
  • 10,420
  • 10
  • 72
  • 100

1 Answers1

142

MacOs 10.14.4 update enables system shortcut Shift-Cmd-A Workaround:

  • Open "System Preferences | Keyboard | Shortcuts | Services"
  • Disable "Search man Page Index in Terminal" (or change the keybinding)
y.bedrov
  • 5,318
  • 3
  • 22
  • 19