> @@ -274,6 +274,7 @@ enum GeanyKeyBindingID > GEANY_KEYS_FORMAT_SENDTOCMD8, /**< > Keybinding. */ > GEANY_KEYS_FORMAT_SENDTOCMD9, /**< > Keybinding. */ > GEANY_KEYS_EDITOR_DELETELINETOBEGINNING, /**< Keybinding. */ > + GEANY_KEYS_GOTO_ADD_POSITION, /**< > Keybinding. */
Currently the key names don't use separators in the last part (`GEANY_KEYS_<GROUP>_<ACTION>`). Not saying we shouldn't start adding them though, not sure. @codebrainz @elextr ? --- 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/pull/1114/files/691879c16d046b0bfb97614d4f069c591f33e40a#r71065692
