Home
last modified time | relevance | path

Searched refs:Alt (Results 1 – 25 of 36) sorted by relevance

12

/freebsd/share/vt/keymaps/
H A Dnordic.asus-eee.kbd13 # Alt + Shift + 7 = ÷
19 # For left of backspace key, gives with Alt=' and Alt+Shift+Key=|
25 # Alt + Ctrl + E = French e (as in café)
27 # Alt + R = Registered sign
31 # Alt + U = Mikro, Alt + Shift + U = German U (???)
34 # Alt + O = Norwegian/Danish Ø
36 # Alt + P = Pi
42 # Alt + A = At sign, Ctrl+Alt = æ, Ctrl+Alt+Shift = Æ
57 # Alt + Z = Pipe
60 # Alt + C = Copyright sign
[all …]
H A Dsk.kbd16 # access the third row, press and hold the Alt key, then
31 # Alt key: The dot (del) key combined with alt will print a
73 # Alt-character is a "shortcut" to the most commonly used
74 # accented character. For example, Alt-a produces "dlhe a".
78 # characters that work unambiguously with the Alt key:
86 # Using the Alt-character combination produces the most commonly
89 # Alt-o - dlhe o
90 # Alt-a - dlhe a
91 # Alt-l - makke l
93 # To produce the other possible result, press Alt and the closest
[all …]
H A Dhu.101.kbd4 # The accented characters are available as Alt + something: (and the upper
5 # case version is with Alt + Shift + something)
15 # (i' and I' has another method: Alt + j -> i' and Alt + i -> I')
20 # Alt+something) to a US kbd, with the help of which we can type the accented
22 # without the Alt key (and can type the original characters as Alt + ;). So
25 # Alt + ; -> e'
28 # Alt + ; -> ;
H A Dcz.kbd5 # English/Czech keyboard lock: (Left)Alt+Shift
14 # Suspend power (APM): (Left)Alt+Pause
19 # circumflex: Alt+Ctrl+[=/+] and =AIOaio => ^ÂÎÔâîô
22 # dot: Alt+[=/+] and =Zz => ˙Żż
23 # double acute: Alt+Shift+[-/_] and -OUou => ˝ŐŰőű
24 # double dot: Alt+Shift+[=/+] and =AEOUaeou => ¨ÄËÖÜäëöü
27 # slash: Alt+[-/_] and -LlDd => ­ŁłĐđ
H A Dcentraleuropean.kbd9 # access the third row, press and hold the Alt key, then
24 # Alt key: The dot (del) key combined with alt will print a
H A Dcentraleuropean.qwerty.kbd9 # access the third row, press and hold the Alt key, then
24 # Alt key: The dot (del) key combined with alt will print a
H A Dgr.kbd5 # English/Greek keyboard lock: (Left)Alt+(Left|Right)Shift
16 # Suspend power (APM): (Left)Alt+Pause
H A Dam.kbd4 # US <=> Armphonetic lock (AltGrLock) Alt+Ctrl+Shift
5 # US <=> Armphonetic shift (AltGr) Alt
/freebsd/share/syscons/keymaps/
H A Deee_nordic.kbd13 # Alt + Shift + 7 = ÷
19 # For left of backspace key, gives with Alt=' and Alt+Shift+Key=|
25 # Alt + Ctrl + E = French e (as in café)
27 # Alt + R = Copyright sign
31 # Alt + U = Mikro, Alt + Shift + U = German u
34 # Alt + O = Norwegian/Danish Ö
36 # Alt + P = Pi
42 # Alt + A = At sign, Ctrl+Alt = ae, Ctrl+Alt+Shift = AE
57 # Alt + Z = Pipe
65 # Alt + M = Mikro
[all …]
H A Dsk.iso2.kbd16 # access the third row, press and hold the Alt key, then
31 # Alt key: The dot (del) key combined with alt will print a
73 # Alt-character is a "shortcut" to the most commonly used
74 # accented character. For example, Alt-a produces "dlhe a".
78 # characters that work unambiguously with the Alt key:
86 # Using the Alt-character combination produces the most commonly
89 # Alt-o - dlhe o
90 # Alt-a - dlhe a
91 # Alt-l - makke l
93 # To produce the other possible result, press Alt and the closest
[all …]
H A Dcz.iso2.kbd16 # access the third row, press and hold the Alt key, then
31 # Alt key: The dot (del) key combined with alt will print a
73 # Alt-character is a "shortcut" to the most commonly used
74 # accented character. For example, Alt-a produces "a acute".
78 # characters that work unambiguously with the Alt key:
86 # Using the Alt-character combination produces the most commonly
89 # Alt-e - e acute
90 # Alt-u - u ring
92 # To produce the other possible result, press Alt and the closest
96 # Alt-w - e caron
[all …]
H A Dhu.iso2.101keys.kbd4 # The accented characters are available as Alt + something: (and the upper
5 # case version is with Alt + Shift + something)
15 # (i' and I' has another method: Alt + j -> i' and Alt + i -> I')
20 # Alt+something) to a US kbd, with the help of which we can type the accented
22 # without the Alt key (and can type the original characters as Alt + ;). So
25 # Alt + ; -> e'
28 # Alt + ; -> ;
H A Dcs.latin2.qwertz.kbd5 # English/Czech keyboard lock: (Left)Alt+Shift
14 # Suspend power (APM): (Left)Alt+Pause
19 # circumflex: Alt+Ctrl+[=/+] and =AIOaio => ^������
22 # dot: Alt+[=/+] and =Zz => ���
23 # double acute: Alt+Shift+[-/_] and -OUou => �����
24 # double dot: Alt+Shift+[=/+] and =AEOUaeou => ���������
27 # slash: Alt+[-/_] and -LlDd => �����
H A Dce.iso2.kbd9 # access the third row, press and hold the Alt key, then
24 # Alt key: The dot (del) key combined with alt will print a
H A Del.iso07.kbd5 # English/Greek keyboard lock: (Left)Alt+(Left|Right)Shift
16 # Suspend power (APM): (Left)Alt+Pause
H A Dhy.armscii-8.kbd4 # US <=> Armphonetic lock (AltGrLock) Alt+Ctrl+Shift
5 # US <=> Armphonetic shift (AltGr) Alt
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.cpp516 for (const auto &Alt : Alts) { in checkSemantics() local
517 for (const auto &Pat : Alt.Pats) { in checkSemantics()
551 for (const auto &Alt : Alts) { in checkSemantics() local
552 if (Alt.OpTable.lookup(Op.Name).Def) { in checkSemantics()
579 for (const auto &Alt : Alts) { in checkSemantics() local
580 const auto *OpDef = Alt.OpTable.getDef(Op.Name); in checkSemantics()
620 for (auto &Alt : Alts) { in checkSemantics() local
622 for (auto &Pat : Alt.Pats) { in checkSemantics()
647 for (const auto &Alt : Alts) { in handleUnboundInParam() local
648 auto &OT = Alt.OpTable; in handleUnboundInParam()
[all …]
H A DPatternParser.cpp373 for (const Init *Alt : *Alts) { in parsePatFragImpl()
374 const auto *PatDag = dyn_cast<DagInit>(Alt); in parsePatFragImpl()
/freebsd/tools/tools/vt/keymaps/
H A DKBDFILES.map129 #CP850 uk.cp850.kbd uk.kbd.from-cp850 (no � and different Alt/Alt-Shift encodings)
130 #CP850 uk.cp850-ctrl.kbd uk.capsctrl.kbd.from-cp850 (no � and different Alt/Alt-Shift encodings)
/freebsd/contrib/tcsh/nls/spanish/
H A Dset76 4 \t%s tecla `Alt'\n
/freebsd/sys/contrib/device-tree/src/arm/renesas/
H A Dr8a7794-alt.dts3 * Device Tree Source for the Alt board
14 model = "Alt";
/freebsd/contrib/tcsh/
H A Deight-bit.me80 # Make Alt-] etc produce the "appropriate" Swedish iso8859/1 keysym values
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h259 std::string getSymbolNameOr(StringRef Alt) const { in getSymbolNameOr()
260 return std::string(hasSymbolName() ? getSymbolName() : Alt); in getSymbolNameOr()
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8998-fxtec-pro1.dts100 label = "Alt";
/freebsd/contrib/bearssl/src/x509/
H A Dx509_minimal.t0116 * -- Subject Alt Name: for the EE, dNSName names are matched
120 * Alt Name, Subject Directory Attributes, CRL Distribution Points
1109 \ Process a Subject Alt Name extension. Returned value is a boolean set

12