Thanks for the update Anjula, it's all looking good so far. Whenever you have some code that works and is self-contained, feel free to submit a pull request. In general, it's better to split the progress into multiple independent pull request as it is easier to review.
I might be wrong, but I suspect you won't need this because if the item is not in the menu then I think it should be added. The good thing with menu items that it's self-documenting - it tells what actions are possible and what the shortcuts are, without having to read the documentation. So let's see, if you get to a point where electron-localshortcut is needed, let's discuss it but otherwise a solution where actions are added to the menu is preferable.
3 Likes