You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to handle translation of conditional shortcuts (i.e. shortcuts that depend on if statements)
Eg: how to handle for i18n a shortcut of: newFile="ctrl+f" if windows, "cmd+f" if mac
You're on the right track. There are several places where we build UI for shortcut modifiers so each one will probably need to be changed. You mentioned that the command palette wasn't responding; that's because it builds UI for shortcut modifiers here:
For the Files menu, are you working with RStudio Desktop or RStudio Server? You should be able to pick up the code that draws menu items in the respective MenuCallback implementations (DesktopMenuCallback/WebMenuCallback).
Hope that's helpful, let me know if it raises more questions!
Shortcuts need to be addressed.
How to handle translation of conditional shortcuts (i.e. shortcuts that depend on if statements)
Eg: how to handle for i18n a shortcut of: newFile="ctrl+f" if windows, "cmd+f" if mac
For background info/work, see:
StatCan/aaw-kubeflow-containers#149 (comment)
#553
The text was updated successfully, but these errors were encountered: