Files
source/R/keybind_lookup_keymap_command.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

22 lines
1.9 KiB
HTML

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>keybind_lookup_keymap_command</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<pre>
<span class='curline'><a href='../S/lib--keybind.h.html#L364'>keybind_lookup_keymap_command</a> 364 lib/keybind.h long keybind_lookup_keymap_command (const global_keymap_t *keymap, long key);</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L271'>keybind_lookup_keymap_command</a> 271 lib/widget/buttonbar.c command = keybind_lookup_keymap_command (keymap, KEY_F (idx));</span>
<span class='curline'><a href='../S/lib--widget--dialog.c.html#L180'>keybind_lookup_keymap_command</a> 180 lib/widget/dialog.c command = keybind_lookup_keymap_command (dialog_map, d_key);</span>
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L670'>keybind_lookup_keymap_command</a> 670 lib/widget/widget-common.c return keybind_lookup_keymap_command (w-&gt;ext_keymap, key);</span>
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L673'>keybind_lookup_keymap_command</a> 673 lib/widget/widget-common.c return keybind_lookup_keymap_command (w-&gt;keymap, key);</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L157'>keybind_lookup_keymap_command</a> 157 src/editor/editmacros.c tmp_act = keybind_lookup_keymap_command (WIDGET (edit)-&gt;keymap, hotkey);</span>
<span class='curline'><a href='../S/src--viewer--actions_cmd.c.html#L552'>keybind_lookup_keymap_command</a> 552 src/viewer/actions_cmd.c return keybind_lookup_keymap_command (view-&gt;hex_keymap, key);</span>
</pre>
</body>
</html>