-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Key combination for Linux users #82
Comments
I could reproduce what Jeffrey mentioned , Got a same issue, in linux pressing Ctrl+F3 , try to switch to other workspace, can we customize the key bindings somehow ? I Used the same Reprex as jeffrey,
|
Thank you for the breakdown + reprex!
Here is the logic: https://github.com/rstudio/shiny/blob/a8c14dab9623c984a66fcd4824d8d448afb151e7/srcts/src/shiny/reactlog.ts#L7 I believe it is a documentation issue.
No. (I'd like to keep it consistent / not alter the built javascript files. ) |
Hi,
Thank you very much for developing the reactlog R package!
The documentation (e.g. https://rstudio.github.io/reactlog/reference/reactlog_show.html) provides the following instructions for opening the reactive log visualization while a Shiny app is running:
Based on this wording, I would have expected pressing
Crtl+F3
to open the reactive log visualization under all operating systems except for MacOS. However, I found that needed to use the key combinationMeta+F3
(in other words,"Windows button"+F3
) to open the reactive log visualization on Ubuntu (21.04, using Google Chrome to display the Shiny web app).I'm not sure if this is the intended (and thus an issue with the documentation) or unintended behavior (and thus an issue with the R code used to specify the key bindings)? I just wanted to report this issue in case it might be helpful. I've tested this using the CRAN version and latest GitHub version of reactlog, and included session details below. Please let me know if there's any further details I can provide (e.g. web browser version)?
Reproducible example
Note that the following R code is not run inside Rstudio.
Session information
The text was updated successfully, but these errors were encountered: