/freebsd/contrib/libedit/ |
H A D | terminal.c | 986 funckey_t *arrow = el->el_terminal.t_fkey; in terminal_init_arrow() local 988 arrow[A_K_DN].name = L"down"; in terminal_init_arrow() 989 arrow[A_K_DN].key = T_kd; in terminal_init_arrow() 990 arrow[A_K_DN].fun.cmd = ED_NEXT_HISTORY; in terminal_init_arrow() 991 arrow[A_K_DN].type = XK_CMD; in terminal_init_arrow() 993 arrow[A_K_UP].name = L"up"; in terminal_init_arrow() 994 arrow[A_K_UP].key = T_ku; in terminal_init_arrow() 995 arrow[A_K_UP].fun.cmd = ED_PREV_HISTORY; in terminal_init_arrow() 996 arrow[A_K_UP].type = XK_CMD; in terminal_init_arrow() 998 arrow[A_K_LT].name = L"left"; in terminal_init_arrow() [all …]
|
/freebsd/contrib/tcsh/ |
H A D | ed.screen.c | 720 } arrow[] = { variable 739 arrow[A_K_DN].fun.cmd = F_DOWN_HIST; in ResetArrowKeys() 740 arrow[A_K_DN].type = XK_CMD; in ResetArrowKeys() 742 arrow[A_K_UP].fun.cmd = F_UP_HIST; in ResetArrowKeys() 743 arrow[A_K_UP].type = XK_CMD; in ResetArrowKeys() 745 arrow[A_K_LT].fun.cmd = F_CHARBACK; in ResetArrowKeys() 746 arrow[A_K_LT].type = XK_CMD; in ResetArrowKeys() 748 arrow[A_K_RT].fun.cmd = F_CHARFWD; in ResetArrowKeys() 749 arrow[A_K_RT].type = XK_CMD; in ResetArrowKeys() 751 arrow[A_K_HO].fun.cmd = F_TOBEG; in ResetArrowKeys() [all …]
|
H A D | FAQ | 73 arrow keys and backspace don't work right. What am I doing wrong? 77 interpret the arrow key sequences and cmdtool wins since it gets them 120 How can I use the arrow keys with hpterm? 122 Hp terminals use the arrow keys internally. You can tell hpterm not to 235 On FreeBSD, by default, the up arrow is set to history-search-backward, 237 a word and press up arrow, you'll see previous commands that match the
|
/freebsd/usr.sbin/bhyve/kbdlayout/ |
H A D | default | 171 # 0xff51,0x6b,0xe0; Left arrow 172 # 0xff52,0x75,0xe0; Up arrow 173 # 0xff53,0x74,0xe0; Right arrow 174 # 0xff54,0x72,0xe0; Down arrow 217 # 0xff97,0x75; Keypad up arrow 221 # 0xff96,0x6b; Keypad left arrow 225 # 0xff98,0x74; Keypad right arrow 229 # 0xff99,0x72; Keypad down arrow
|
/freebsd/share/skel/ |
H A D | dot.shrc | 33 # # csh like history on arrow up and down 37 # # ctrl+arrow allow to jump from words to words
|
/freebsd/bin/sh/ |
H A D | dot.shrc | 33 # # csh like history on arrow up and down 37 # # ctrl+arrow allow to jump from words to words
|
/freebsd/contrib/dialog/samples/ |
H A D | sourcemage.rc | 111 # Up arrow color 114 # Down arrow color
|
H A D | debian.rc | 112 # Up arrow color 115 # Down arrow color
|
H A D | slackware.rc | 111 # Up arrow color 114 # Down arrow color
|
H A D | suse.rc | 111 # Up arrow color 114 # Down arrow color
|
H A D | whiptail.rc | 111 # Up arrow color 114 # Down arrow color
|
H A D | checklist9.txt | 10 \Z4UP/DOWN\Zn arrow keys, the first letter of the choice as a \n\
|
/freebsd/contrib/googletest/docs/_sass/ |
H A D | main.scss | 63 .sidebar .expander .arrow { class 192 & + .expander .arrow { class
|
/freebsd/sys/contrib/device-tree/src/arm/st/ |
H A D | stm32mp157a-dhcor-avenger96.dts | 21 compatible = "arrow,stm32mp157a-avenger96", "dh,stm32mp157a-dhcor-som",
|
/freebsd/usr.sbin/bsdconfig/include/ |
H A D | usage.hlp | 29 Up/Down arrow keys will cause the object to scroll by line. The 50 "Scroll Lock" key on your keyboard and use the arrow or Page Up/Page
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | TokenConcatenation.cpp | 86 TokenInfo[tok::arrow ] |= aci_custom_firstchar; in TokenConcatenation() 295 case tok::arrow: // ->* in AvoidConcat()
|
/freebsd/contrib/tcsh/nls/C/ |
H A D | set20 | 24 22 -k interpret KEY as a symbolic arrow-key name\n
|
/freebsd/contrib/tcsh/nls/ukrainian/ |
H A D | set20 | 24 22 -k interpret KEY as a symbolic arrow-key name\n
|
/freebsd/contrib/ncurses/include/ |
H A D | Caps.keys | 426 key_down kcud1 str kd KEY_DOWN 0402 YBCGE down-arrow key 448 key_left kcub1 str kl KEY_LEFT 0404 YBCGE left-arrow key 452 key_right kcuf1 str kr KEY_RIGHT 0405 YBCGE right-arrow key 456 key_up kcuu1 str ku KEY_UP 0403 YBCGE up-arrow key 582 key_sleft kLFT str #4 KEY_SLEFT 0611 ----- shifted left-arrow key 591 key_sright kRIT str %i KEY_SRIGHT 0622 ----- shifted right-arrow key 685 key_sup kUP str !5 KEY_SUP + ----- shifted up-arrow key 686 key_sdown kDOWN str !6 KEY_SDOWN + ----- shifted down-arrow key 692 key_c_left kclft str %k KEY_C_LEFT + ----- control- left-arrow key 696 key_c_right kcrit str %o KEY_C_RIGHT + ----- control- right-arrow key [all …]
|
H A D | curses.wide | 48 #define WACS_LARROW NCURSES_WACS(',') /* arrow left */ 49 #define WACS_RARROW NCURSES_WACS('+') /* arrow right */ 50 #define WACS_DARROW NCURSES_WACS('.') /* arrow down */ 51 #define WACS_UARROW NCURSES_WACS('-') /* arrow up */
|
/freebsd/contrib/tcsh/nls/finnish/ |
H A D | set20 | 24 22 -k interpret KEY as a symbolic arrow-key name\n
|
/freebsd/contrib/unbound/dnstap/ |
H A D | dnstap.proto | 132 // Each arrow has two Type values each, one for each "end" of each arrow, 134 // arrow on the diagram above has been marked with a two-letter Type
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/ |
H A D | ClangHighlighter.cpp | 99 case tok::arrow: in determineClangStyle()
|
/freebsd/contrib/ee/ |
H A D | README.ee | 61 on the screen, and should have arrow keys that send unique sequences 65 case the arrow keys do not transmit unique sequences, motion operations are
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | TokenAnnotator.cpp | 350 Prev->Previous && Prev->Previous->isOneOf(tok::period, tok::arrow); in parseParens() 1648 tok::star, tok::arrow, tok::amp, tok::ampamp) || in consumeToken() 1775 case tok::arrow: in consumeToken() 2303 Current.startsSequence(tok::arrow, tok::identifier, tok::less)) { in isDeductionGuide() 2388 } else if (Current.is(tok::arrow) && in determineTokenType() 2391 } else if (Current.is(tok::arrow) && Style.isVerilog()) { in determineTokenType() 2394 } else if (Current.is(tok::arrow) && AutoFound && in determineTokenType() 2399 } else if (Current.is(tok::arrow) && Current.Previous && in determineTokenType() 2479 tok::period, tok::arrow, tok::coloncolon, tok::kw_noexcept)) { in determineTokenType() 2769 tok::kw_requires, tok::kw_throw, tok::arrow, in rParenEndsCast() [all …]
|