Hotkeys with + and -

When I look at the plugin menu: I see that the hotkey is Ctrl+Alt+F8 but when I write plugins, I cannot use the following code:
wanted_hotkey = "Ctrl+Alt+F8"
There it has to be:
wanted_hotkey = "Ctrl-Alt-F8"

Can we please make it so wanted_hotkey = "Ctrl+Alt+F8" is also valid? Specially since that is what is shown when I look at the plugins menu in IDA.

(For some unknown reason, I get error when trying to upload screenshots to the post)

Hi @Harding,
Good catch! You have a valid point, unifying the syntax here (and accepting both) is something to be rather expected. We’ve noted and logged the issue (though we cannot promise any ETA now).