zathura/config.c

14 lines
272 B
C
Raw Normal View History

2010-11-10 20:31:15 +01:00
/* See LICENSE file for license and copyright information */
2010-11-12 13:48:18 +01:00
#include "shortcuts.h"
#include "zathura.h"
void
config_load_default()
{
if(!Zathura.UI.session)
return;
girara_shortcut_add(Zathura.UI.session, GDK_CONTROL_MASK, GDK_q, NULL, sc_quit, 0, 0, NULL);
}