Lines Matching full:keys
41 "keys and press <Y> to build it in, <M> to make it a module or\n"
49 "o Use the Up/Down arrow keys (cursor keys) to highlight the item you\n"
57 " You may also use the <PAGE UP> and <PAGE DOWN> keys to scroll\n"
60 "o To exit a menu use the cursor keys to highlight the <Exit> button\n"
67 " Also, the <TAB> and cursor keys will cycle between <Select>,\n"
70 "o To get help with an item, use the cursor keys to highlight <Help>\n"
80 "o Use the cursor keys to select the option you wish to set and press\n"
86 "o To see available help for the item, use the cursor keys to highlight\n"
91 " Also, the <TAB> and cursor keys will cycle between <Select> and\n"
101 "o For help, use the <TAB> or cursor keys to highlight the help option\n"
107 "o Use the cursor keys to scroll up/down/left/right. The VI editor\n"
108 " keys h,j,k,l function here as do <u>, <d>, <SPACE BAR> and <B> for\n"
176 "Arrow keys navigate the menu. "
183 "Use the arrow keys to navigate this window or "
290 int *keys, int *vscroll, int *hscroll,
361 int *keys; member
378 data->keys[k] = key; in update_text()
388 data->keys[k] = 0; in update_text()
436 int keys[JUMP_NB + 1], i; in search_conf() local
440 .keys = keys, in search_conf()
447 str_get(&res), 0, 0, keys, &vscroll, in search_conf()
451 for (i = 0; i < JUMP_NB && keys[i]; i++) in search_conf()
452 if (dres == keys[i]) { in search_conf()
757 *keys, int *vscroll, int *hscroll, update_text_fn in show_textbox_ext() argument
761 return dialog_textbox(title, text, r, c, keys, vscroll, hscroll, in show_textbox_ext()