Home
last modified time | relevance | path

Searched +full:key +full:- +full:press (Results 1 – 25 of 213) sorted by relevance

123456789

/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dadc-keys.txt2 ------------------------------------
5 - compatible: "adc-keys"
6 - io-channels: Phandle to an ADC channel
7 - io-channel-names = "buttons";
8 - keyup-threshold-microvolt: Voltage above or equal to which all the keys are
12 - poll-interval: Poll interval time in milliseconds
13 - autorepeat: Boolean, Enable auto repeat feature of Linux input
16 Each button (key) is represented as a sub-node of "adc-keys":
18 Required subnode-properties:
19 - label: Descriptive name of the key.
[all …]
H A Dmediatek,pmic-keys.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/input/mediatek,pmic-keys.yaml#
5 $schema: http://devicetree.org/meta-schema
[all...]
H A Dadc-keys.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/input/adc-keys.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Alexandre Belloni <alexandre.belloni@bootlin.com>
13 - $ref: input.yaml#
17 const: adc-keys
19 io-channels:
22 io-channel-names:
25 keyup-threshold-microvolt:
[all …]
H A Dda9062-onkey.txt11 - compatible: should be one of the following valid compatible string lines:
12 "dlg,da9061-onkey", "dlg,da9062-onkey"
13 "dlg,da9062-onkey"
14 "dlg,da9063-onkey"
18 - dlg,disable-key-power : Disable power-down using a long key-press. If this
19 entry exists the OnKey driver will remove support for the KEY_POWER key
20 press when triggered using a long press of the OnKey.
26 compatible = "dlg,da9063-onkey";
27 dlg,disable-key-power;
35 compatible = "dlg,da9062-onkey";
[all …]
H A Ddlg,da9062-onkey.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/input/dlg,da9062-onkey.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Biju Das <biju.das.jz@bp.renesas.com>
21 - enum:
22 - dlg,da9062-onkey
23 - dlg,da9063-onkey
24 - items:
25 - const: dlg,da9061-onkey
[all …]
H A Dmtk-pmic-keys.txt3 There are two key functions provided by MT6397/MT6323 PMIC, pwrkey
4 and homekey. The key functions are defined as the subnode of the function
6 of Muti-Function Device (MFD)
12 - compatible: Should be one of:
13 - "mediatek,mt6397-keys"
14 - "mediatek,mt6323-keys"
15 - "mediatek,mt6358-keys"
16 - linux,keycodes: See Documentation/devicetree/bindings/input/input.yaml
19 - wakeup-source: See Documentation/devicetree/bindings/power/wakeup-source.txt
20 - mediatek,long-press-mode: Long press key shutdown setting, 1 for
[all …]
H A Dqcom,pm8xxx-pwrkey.txt1 Qualcomm PM8xxx PMIC Power Key
5 - compatible:
9 "qcom,pm8058-pwrkey"
10 "qcom,pm8921-pwrkey"
12 - reg:
14 Value type: <prop-encoded-array>
15 Definition: address of power key control register
17 - interrupts:
19 Value type: <prop-encoded-array>
20 Definition: the first interrupt specifies the key release interrupt
[all …]
H A Domap-keypad.txt3 TI's Keypad controller is used to interface a SoC with a matrix-type
5 A key can be placed at each intersection of a unique row and a unique column.
6 The keypad controller can sense a key-press and key-release and report the
9 This binding is based on the matrix-keymap binding with the following
12 keypad,num-rows and keypad,num-columns are required.
15 - compatible: should be one of the following
16 - "ti,omap4-keypad": For controllers compatible with omap4 keypad
20 - linux,keypad-no-autorepeat: do no enable autorepeat feature.
24 compatible = "ti,omap4-keypad";
25 keypad,num-rows = <2>;
[all …]
/freebsd/contrib/dialog/samples/
H A Dmsgbox14 . ./setup-vars
6 $DIALOG --title "MESSAGE BOX" --clear "$@" \
7 --msgbox "Hi, this is a simple message box. You can use this to
9 you press the ENTER key. This box is being displayed
13 $DIALOG --aspect 12 --title "MESSAGE BOX aspect=12" --clear "$@" \
14 --msgbox "Hi, this is a simple message box. You can use this to
16 you press the ENTER key. This box is being displayed
20 $DIALOG --aspect 6 --title "MESSAGE BOX aspect=6" --clear "$@" \
21 --msgbox "Hi, this is a simple message box. You can use this to
23 you press the ENTER key. This box is being displayed
[all …]
H A Dmsgbox24 . ./setup-vars
6 $DIALOG --title "MESSAGE BOX" --trim "$@" \
7 --msgbox "Hi, this is a simple message box. You can use this to
9 you press the ENTER key. This box is being displayed
13 $DIALOG --aspect 12 --title "MESSAGE BOX aspect=12" --trim "$@" \
14 --msgbox "Hi, this is a simple message box. You can use this to
16 you press the ENTER key. This box is being displayed
20 $DIALOG --aspect 6 --title "MESSAGE BOX aspect=6" --trim "$@" \
21 --msgbox "Hi, this is a simple message box. You can use this to
23 you press the ENTER key. This box is being displayed
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3308-evb.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
7 /dts-v1/;
8 #include <dt-bindings/input/input.h>
13 compatible = "rockchip,rk3308-evb", "rockchip,rk3308";
16 stdout-path = "serial4:1500000n8";
19 adc-keys0 {
20 compatible = "adc-keys";
21 io-channels = <&saradc 0>;
22 io-channel-names = "buttons";
23 poll-interval = <100>;
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dda9063.txt3 DA9063 consists of a large and varied group of sub-devices (I2C Only):
6 ------ ------------ -----------
7 da9063-regulator : : LDOs & BUCKs
8 da9063-onkey : : On Key
9 da9063-rtc : : Real-Time Clock (DA9063 only)
10 da9063-watchdog : : Watchdog
16 - compatible : Should be "dlg,da9063" or "dlg,da9063l"
17 - reg : Specifies the I2C slave address (this defaults to 0x58 but it can be
19 - interrupts : IRQ line information.
20 - interrupt-controller
[all …]
/freebsd/usr.sbin/bsdconfig/include/
H A Dusage.hlp4 [press the PageDown key to go to the next screen when you finish
10 KEY ACTION
11 --- ------
18 SHIFT-TAB Move to previous item or group.
19 LEFT ARROW Move to previous item or group (same as SHIFT-TAB).
24 If you see small "^(-)" or "v(+)" symbols at the edges of a menu, it
37 Most screens offer a Help button - USE IT! It generally offers useful
38 context-specific hints on what to do and if you're at all unsure about
48 The console driver contains a scroll-back buffer for reviewing things
49 that may have scrolled off the screen. To use scroll-back, press the
[all …]
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dti,ts3a227e.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Dylan Reid <dgreid@chromium.org>
14 The TS3A227E detect headsets of 3-ring and 4-ring standards and
16 handles key press detection in accordance with the Android audio
22 - ti,ts3a227e
34 - 0 # 2.1 V
35 - 1 # 2.2 V
36 - 2 # 2.3 V
[all …]
/freebsd/share/man/man4/
H A Dvt.42 .\" SPDX-License-Identifier: BSD-2-Clause
72 .Bl -item -offset indent
74 Unicode UTF-8 text with double-width characters.
79 Graphics-mode consoles.
94 Alt-F1 through Alt-F12 correspond to the first twelve virtual terminals.
95 If more than twelve virtual terminals are created, Shift-Alt-F1 through
96 Shift-Alt-F4 are used to switch to the additional terminals.
99 Press and hold down mouse button 1, usually the left button, while
103 To select more text after releasing mouse button 1, press mouse button
105 To paste text that has been selected, press mouse button 2, usually the
[all …]
H A Dkeyboard.414 which means hold down ALT and press one of the function keys.
16 virtual console with the same number as the function key is then
22 To use this facility press and hold down ALT,
23 then enter a decimal number from 0-255 via the numerical keypad, then
31 pressing the scroll-lock key.
40 .Bl -tag -width "Modifier Key" -compact
41 .It "Normal key"
42 Enter the ASCII value associated with the key.
43 .It "Function key"
45 .It "Switch Key"
[all …]
H A Dsyscons.43 .\" Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
125 You press the
127 key and a switch key to switch between
131 .Bd -literal -offset indent
132 Alt-F1 ttyv0 Alt-F7 ttyv6 Shift-Alt-F1 ttyva
133 Alt-F2 ttyv1 Alt-F8 ttyv7 Shift-Alt-F2 ttyvb
134 Alt-F3 ttyv2 Alt-F9 ttyv8 Shift-Alt-F3 ttyvc
135 Alt-F4 ttyv3 Alt-F10 ttyv9 Shift-Alt-F4 ttyvd
136 Alt-F5 ttyv4 Alt-F11 ttyva Shift-Alt-F5 ttyve
137 Alt-F6 ttyv5 Alt-F12 ttyvb Shift-Alt-F6 ttyvf
[all …]
/freebsd/contrib/ee/
H A Dee.msg16 5 "auto-paragraph format"
63 52 "line : display line # 0-9 : go to line \"#\" "
66 55 " ee [+#] [-i] [-e] [-h] [file(s)] "
67 56 "+# :go to line # -i :no info window -e : don't expand tabs -h :no highlight"
74 63 "read : read a file |char : ascii code of char |0-9 : go to line \"#\""
78 67 " press Escape (^[) for menu"
91 80 "usage: %s [-i] [-e] [-h] [+line_number] [file(s)]\n"
92 81 " -i turn off info window\n"
93 82 " -e do not convert tabs to spaces\n"
94 83 " -h do not use highlighting\n"
[all …]
/freebsd/share/syscons/keymaps/
H A Dcz.iso2.kbd4 # Version 1.1 - 1999-03-25
16 # access the third row, press and hold the Alt key, then
17 # strike a key in the top row.
19 # Note that some of the third-row keys produce characters.
22 # press the space bar after pressing and releasing the
23 # alt-accent mark key.
25 # In most cases I have mapped a key to a character or an
26 # accent mark because the key on the US QWERTY keyboard
30 # are mapped for the use with IS 8859-2 when combined with the
31 # Alt key: The dot (del) key combined with alt will print a
[all …]
H A Dsk.iso2.kbd4 # Version 1.1 - 1999-03-21
16 # access the third row, press and hold the Alt key, then
17 # strike a key in the top row.
19 # Note that some of the third-row keys produce characters.
22 # press the space bar after pressing and releasing the
23 # alt-accent mark key.
25 # In most cases I have mapped a key to a character or an
26 # accent mark because the key on the US QWERTY keyboard
30 # are mapped for the use with IS 8859-2 when combined with the
31 # Alt key: The dot (del) key combined with alt will print a
[all …]
/freebsd/share/doc/usd/11.vitut/
H A Dedittut.ms34 .EH 'USD:11-%''Edit: A Tutorial'
35 .OH 'Edit: A Tutorial''USD:11-%'
64 Its aim is to lead the beginning \s-2UNIX\(dg\s+2 user through the
76 and the \s-2UNIX\s+2 documentation in general.
92 Making contact with \s-2UNIX\s+2\ \ \ 4
128 Moving around in the buffer (+ and \-)\ \ \ 16
137 Issuing \s-2UNIX\s+2 commands from the editor\ \ \ 20
191 other features of \s-2UNIX\s0 will be very important to your work.
214 \s-2UNIX\s0 is a special type of program,
220 is the name of the \s-2UNIX\s0 text editor you will be learning to use,
[all …]
/freebsd/sys/contrib/device-tree/src/arm/rockchip/
H A Drk3288-evb.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 #include <dt-bindings/input/input.h>
4 #include <dt-bindings/pwm/pwm.h>
13 adc-keys {
14 compatible = "adc-keys";
15 io-channels = <&saradc 1>;
16 io-channel-names = "buttons";
17 keyup-threshold-microvolt = <1800000>;
19 button-up {
22 press-threshold-microvolt = <100000>;
[all …]
/freebsd/share/vt/keymaps/
H A Dsk.kbd4 # Version 1.1 - 1999-03-21
16 # access the third row, press and hold the Alt key, then
17 # strike a key in the top row.
19 # Note that some of the third-row keys produce characters.
22 # press the space bar after pressing and releasing the
23 # alt-accent mark key.
25 # In most cases I have mapped a key to a character or an
26 # accent mark because the key on the US QWERTY keyboard
30 # are mapped for the use with UTF-8 when combined with the
31 # Alt key: The dot (del) key combined with alt will print a
[all …]
/freebsd/sys/contrib/openzfs/contrib/initramfs/
H A Dzfsunlock3 set -eu
4 if [ ! -e /run/zfs_fs_name ]; then
5 echo "Wait for the root pool to be imported or press Ctrl-C to exit."
7 while [ ! -e /run/zfs_fs_name ]; do
8 if [ -e /run/zfs_unlock_complete ]; then
15 echo "Enter the password or press Ctrl-C to exit."
18 if [ ! -e /run/zfs_unlock_complete_notify ]; then
21 while [ ! -e /run/zfs_unlock_complete ]; do
24 systemd-ask-password "Encrypted ZFS password for ${zfs_fs_name}:" | \
25 /sbin/zfs load-key "$zfs_fs_name" || true
[all …]
/freebsd/sys/contrib/device-tree/src/mips/ingenic/
H A Drs90.dts1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
6 #include <dt-bindings/gpio/gpio.h>
7 #include <dt-bindings/iio/adc/ingenic,adc.h>
8 #include <dt-bindings/input/linux-event-codes.h>
12 model = "RS-90";
19 reserved-memory {
20 #address-cells = <1>;
21 #size-cells = <1>;
24 vmem: video-memory@1f00000 {
[all …]

123456789