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

28 lines
2.7 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>d_key</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--widget--dialog.c.html#L174'>d_key</a> 174 lib/widget/dialog.c dlg_handle_key (WDialog *h, int d_key)</span>
<span class='curline'><a href='../S/lib--widget--dialog.c.html#L178'>d_key</a> 178 lib/widget/dialog.c command = widget_lookup_key (WIDGET (h), d_key);</span>
<span class='curline'><a href='../S/lib--widget--dialog.c.html#L180'>d_key</a> 180 lib/widget/dialog.c command = keybind_lookup_keymap_command (dialog_map, d_key);</span>
<span class='curline'><a href='../S/lib--widget--dialog.c.html#L190'>d_key</a> 190 lib/widget/dialog.c dlg_key_event (WDialog *h, int d_key)</span>
<span class='curline'><a href='../S/lib--widget--dialog.c.html#L205'>d_key</a> 205 lib/widget/dialog.c if (d_key == '\t')</span>
<span class='curline'><a href='../S/lib--widget--dialog.c.html#L210'>d_key</a> 210 lib/widget/dialog.c else if ((d_key &amp; ~(KEY_M_SHIFT | KEY_M_CTRL)) == '\t')</span>
<span class='curline'><a href='../S/lib--widget--dialog.c.html#L218'>d_key</a> 218 lib/widget/dialog.c handled = send_message (h, NULL, MSG_KEY, d_key, NULL);</span>
<span class='curline'><a href='../S/lib--widget--dialog.c.html#L221'>d_key</a> 221 lib/widget/dialog.c handled = group_default_callback (w, NULL, MSG_KEY, d_key, NULL);</span>
<span class='curline'><a href='../S/lib--widget--dialog.c.html#L224'>d_key</a> 224 lib/widget/dialog.c handled = dlg_handle_key (h, d_key);</span>
<span class='curline'><a href='../S/lib--widget--dialog.c.html#L227'>d_key</a> 227 lib/widget/dialog.c send_message (h, NULL, MSG_POST_KEY, d_key, NULL);</span>
<span class='curline'><a href='../S/lib--widget--dialog.c.html#L266'>d_key</a> 266 lib/widget/dialog.c int d_key;</span>
<span class='curline'><a href='../S/lib--widget--dialog.c.html#L288'>d_key</a> 288 lib/widget/dialog.c d_key = tty_get_event (&amp;event, GROUP (h)-&gt;mouse_status == MOU_REPEAT, TRUE);</span>
<span class='curline'><a href='../S/lib--widget--dialog.c.html#L290'>d_key</a> 290 lib/widget/dialog.c dlg_process_event (h, d_key, &amp;event);</span>
</pre>
</body>
</html>