I seen [Deprecated List](https://www.geany.org/manual/reference/deprecated.html) and found ```GEANY_KEYS_EDITOR_MACROLIST``` in [glspi_keycmd.h](https://github.com/geany/geany-plugins/blob/master/geanylua/glspi_keycmd.h), it's old file and I tried to run [mk-keytab.lua](https://github.com/geany/geany-plugins/blob/master/geanylua/util/mk-keytab.l...) : I got 52 (!) new fields for ```key_cmd_hash_entries[]```. This table use for ```geany.keycmd()``` (runs one of Geany's built-in menu commands), some items will be useful.
Is it possible to update?