rofi 1.7.5
|
#include <glib.h>
#include "nkutils-bindings.h"
#include "rofi.h"
#include "xrmoptions.h"
#include <string.h>
Go to the source code of this file.
Data Structures | |
struct | ActionBindingEntry |
Functions | |
void | setup_abe (void) |
static gboolean | binding_check_action (guint64 scope, G_GNUC_UNUSED gpointer target, gpointer user_data) |
static void | binding_trigger_action (guint64 scope, G_GNUC_UNUSED gpointer target, gpointer user_data) |
guint | key_binding_get_action_from_name (const char *name) |
gboolean | parse_keys_abe (NkBindings *bindings) |
Variables | |
ActionBindingEntry | rofi_bindings [] |
static const gchar * | mouse_default_bindings [] |
|
static |
Definition at line 381 of file keyb.c.
References rofi_view_check_action(), and rofi_view_get_active().
Referenced by parse_keys_abe().
|
static |
Definition at line 390 of file keyb.c.
References rofi_view_get_active(), and rofi_view_trigger_action().
Referenced by parse_keys_abe().
|
static |
Default binding of mouse button to action.
Definition at line 365 of file keyb.c.
Referenced by parse_keys_abe().
ActionBindingEntry rofi_bindings[] |
Data structure holding all the action keybinding.
Definition at line 45 of file keyb.c.
Referenced by key_binding_get_action_from_name(), parse_keys_abe(), and setup_abe().