iman-salmani / iplan

Your plan for improving personal life and workflow
GNU General Public License v3.0
127 stars 11 forks source link

help-overlay: Fix Control+L shortcuts #17

Closed ghost closed 1 year ago

ghost commented 1 year ago

Due to they can work with the Control+Right, these shortcuts do not need to be marked as Control+L.

iman-salmani commented 1 year ago

Thanks for making a pull request. I forgot to fix this. I used Control_l because GTK can't parses Control. the right way is <ctrl>.

<property name="accelerator">&lt;ctrl&gt;+question</property>