Garrison Taylor
unread,May 3, 2020, 1:57:06 PM5/3/20Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mnemosyne-proj-users
Hi,
I'm trying to remap key shortcuts for the card rating buttons. I found the example plugin for this in the source code and followed the instructions to zip it, rename it, and load it in Mnemosyne. Unfortunately, although it appears as enabled in the plugins window in Mnemosyne, it doesn't seem to actually do anything - pressing the assigned keys isn't doing anything.
No errors are showing in the application log. Putting a print statement below the register_user_plugin() line does show in the log, but a print statement in the __init__() of MyReviewWdgt doesn't show, indicating that the widget isn't being loaded properly.
I'm using Mnemosyne 2.7.1 on MacOS 10.15.4.
Thanks,
Garrison