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
I edited the remote for Windows a bit and wanted to share. Maybe it helps somebody:
In layout: <layout onVolumeUp="show_answer" onVolumeDown="rating_1" color="#0383DC">
That way you can use the physical volume rockers on your phone to show the answer and rate good or again - which is nice if you are on a treadmill.
In remote: actions.launch = function () os.open("C:\\Program Files\\Anki\\anki.exe"); end
The function didn't work for me previously. With this change it opens anki.
I use Win10
Thank you for your work!
The text was updated successfully, but these errors were encountered:
I edited the remote for Windows a bit and wanted to share. Maybe it helps somebody:
In layout:
<layout onVolumeUp="show_answer" onVolumeDown="rating_1" color="#0383DC">
That way you can use the physical volume rockers on your phone to show the answer and rate good or again - which is nice if you are on a treadmill.
In remote:
actions.launch = function () os.open("C:\\Program Files\\Anki\\anki.exe"); end
The function didn't work for me previously. With this change it opens anki.
I use Win10
Thank you for your work!
The text was updated successfully, but these errors were encountered: