Dump keybindings. More...
#include "config.h"
#include <stdio.h>
#include "mutt/lib.h"
#include "config/lib.h"
#include "gui/lib.h"
#include "key/lib.h"
#include "menu/lib.h"
Go to the source code of this file.
Functions | |
void | log_bind (enum MenuType menu, const char *keystr, struct Keymap *map) |
Dumps all the binds maps of a menu into a buffer. | |
void | log_macro (const char *keystr, struct Keymap *map) |
Dumps all the macros maps of a menu into a buffer. | |
void | log_menu (enum MenuType menu, struct KeymapList *kml) |
Dump a Menu's keybindings to the log. | |
void | dump_keybindings (void) |
Dump all the keybindings to the log. | |
Dump keybindings.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file keymap.c.
Dumps all the binds maps of a menu into a buffer.
menu | Menu to dump |
keystr | Bound string |
map | Keybinding |
Definition at line 43 of file keymap.c.
void log_macro | ( | const char * | keystr, |
struct Keymap * | map | ||
) |
Dumps all the macros maps of a menu into a buffer.
keystr | Bound string |
map | Keybinding |
Definition at line 88 of file keymap.c.
void log_menu | ( | enum MenuType | menu, |
struct KeymapList * | kml | ||
) |
Dump a Menu's keybindings to the log.
menu | Menu to dump |
kml | Map of keybindings |
Definition at line 115 of file keymap.c.
void dump_keybindings | ( | void | ) |
Dump all the keybindings to the log.
Definition at line 145 of file keymap.c.