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
For example, when you right click something and open the 'save as' dialog window, commands to write one or more keys are still consumed by rango. This makes it a little bit more difficult to write a file name in the dialog window as you can't use the single letter commands there.
The text was updated successfully, but these errors were encountered:
This is a difficult issue to solve. The way we press letters with Rango is we check if there's no document focused or there's no hints with those letters and then we tell talon back to press those keys. The problem is we can't send commands to Rango while the dialog is open so the request never goes through.
The only way to solve this is to reduce the timeout in rango-talon if the command is directClickElement and if we get a timeout error then type those letters. I'll see what I can do. Other than that if you're using knausj_talon you can always use press <letters> to type those letters.
For example, when you right click something and open the 'save as' dialog window, commands to write one or more keys are still consumed by rango. This makes it a little bit more difficult to write a file name in the dialog window as you can't use the single letter commands there.
The text was updated successfully, but these errors were encountered: