JetBrains / kotlin-playground

Self-contained component to embed in websites for running Kotlin code
https://jetbrains.github.io/kotlin-playground/examples/
Apache License 2.0
448 stars 80 forks source link

Problem with `Ctrl + J` in Chrome + Linux #124

Closed skuzmich closed 2 years ago

skuzmich commented 3 years ago

"Show generated JS code" action is bound to Ctrl + J on Linux which instead opens a Download tab in Chrome.

Could you, please, make it as an on-screen button or choose a key combination that would work on all systems?

nikpachoo commented 3 years ago

@skuzmich thanks for your feedback. We take a look at how we can improve that.

nikpachoo commented 2 years ago

Now "Show generated JS code" action is bound to Alt + J on Linux and Windows.