[Github-comments] [geany/geany] Keyboard shortcuts for menu items (#1324)
Matthew Brush
notifications at xxxxx
Tue Nov 29 04:06:05 UTC 2016
@techee you could distribute a `keybindings.conf` file with the platform-specific shortcuts. IIRC you already have a shell script that launches the Geany executable, maybe you could add a line like:
```bash
if [ ! -f ~/.config/geany/keybindings.conf ]
then
cp theBundle/wherever/keybindings.conf ~/.config/geany/
fi
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1324#issuecomment-263470777
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20161128/e7650a0c/attachment.html>
More information about the Github-comments
mailing list