Searched +full:fn +full:- +full:keymap (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | matrix-keymap.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/input/matrix-keymap.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Common Key Matrices on Matrix-connected Key Boards 10 - Olof Johansson <olof@lixom.net> 13 A simple common binding for matrix-connected key boards. Currently targeted at 18 cases where there is a modifier key such as a Fn key. Proposed names 19 for said properties are "linux,fn-keymap" or with another descriptive 20 word for the modifier other from "Fn". [all …]
|
H A D | nvidia,tegra20-kbc.txt | 7 - compatible: "nvidia,tegra20-kbc" 8 - reg: Register base address of KBC. 9 - interrupts: Interrupt number for the KBC. 10 - nvidia,kbc-row-pins: The KBC pins which are configured as row. This is an 12 - nvidia,kbc-col-pins: The KBC pins which are configured as column. This is an 14 - linux,keymap: The keymap for keys as described in the binding document 15 devicetree/bindings/input/matrix-keymap.txt. 16 - clocks: Must contain one entry, for the module clock. 17 See ../clocks/clock-bindings.txt for details. 18 - resets: Must contain an entry for each entry in reset-names. [all …]
|
/freebsd/usr.sbin/kbdmap/ |
H A D | kbdmap.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 67 struct keymap { struct 71 SLIST_ENTRY(keymap) entries; argument 73 static SLIST_HEAD(slisthead, keymap) head = SLIST_HEAD_INITIALIZER(head); 77 * Get keymap entry for 'key', or NULL of not found 79 static struct keymap * 82 struct keymap *km; in get_keymap() 85 if (!strcmp(km->keym, key)) in get_keymap() 97 struct keymap *km; in get_num_keymaps() [all …]
|
/freebsd/share/man/man4/ |
H A D | keyboard.4 | 13 .Ar ALT+Fn , 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 64 .Bd -literal -offset indent 65 struct keymap { 83 .Bd -literal 88 ---- ------------------------------------------------------ 105 control, alt, lock, switch-screen, function-key or no-op key. 109 The flgs field defines if the key should react on caps-lock (1), [all …]
|
H A D | vt.4 | 1 .\"- 2 .\" 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. 126 sequence (such as Fn + K) to access Scroll Lock. 132 .Bl -tag -width MAXCONS [all …]
|
/freebsd/sys/contrib/device-tree/src/powerpc/ |
H A D | ac14xx.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 14 #address-cells = <1>; 15 #size-cells = <1>; 26 timebase-frequency = <40000000>; /* 40 MHz (csb/4) */ 27 bus-frequency = <160000000>; /* 160 MHz csb bus */ 28 clock-frequency = <400000000>; /* 400 MHz ppc core */ 49 compatible = "cfi-flash"; 51 #address-cells = <1>; 52 #size-cells = <1>; 53 bank-width = <2>; [all …]
|
/freebsd/tools/tools/sysdoc/ |
H A D | tunables.mdoc | 1 --- 9 --- 14 .Fn vn_fullpath 17 --- 23 --- 27 Displays nchash chain lengths. This is a read-only 30 --- 33 --- 41 --- 47 --- [all …]
|
/freebsd/contrib/ncurses/include/ |
H A D | Caps-ncurses | 2 # Copyright 2019-2022,2023 Thomas E. Dickey # 31 # $Id: Caps-ncurses,v 1.15 2023/10/28 21:55:47 tom Exp $ 49 #memory_lock meml str ml - - ----K lock memory above cursor 50 #memory_unlock memu str mu - - ----K unlock memory 51 #plab_norm pln str pn - - ----- program label #1 to show string #2 52 #label_on smln str LO - - ----- turn on soft labels 53 #label_off rmln str LF - - ----- turn off soft labels 54 #key_f11 kf11 str F1 - - ----- F11 function key 55 #key_f12 kf12 str F2 - - ----- F12 function key 56 #key_f13 kf13 str F3 - - ----- F13 function key [all …]
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 7 # bug-ncurses@gnu.org 19 # under the ncurses MIT-style license. That was the effect of the agreement 33 # some portions of the data are derivative work under a compatible MIT-style 36 #------------------------------------------------------------------------------ 37 # https://invisible-island.net/ncurses/ncurses.faq.html#terminfo_copying 38 # https://invisible-island.net/personal/copyrights.html#removing_notes 39 #------------------------------------------------------------------------------ 48 # Please e-mail changes to terminfo@thyrsus.com; the old termcap@berkeley.edu 54 # This file describes the capabilities of various character-cell terminals, 55 # as needed by software such as screen-oriented editors. [all …]
|