diff options
author | Devaev Maxim <[email protected]> | 2019-09-26 04:23:50 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-09-26 04:23:50 +0300 |
commit | 5e1e3cdf640face90ac5898ea4de7484c5edeae1 (patch) | |
tree | 71997b466302594a43929076a817b5748927512e /kvmd/data/keymap.yaml | |
parent | 2f767573d301dbc2b9403363a71ff7acf38049b4 (diff) |
refactoring
Diffstat (limited to 'kvmd/data/keymap.yaml')
-rw-r--r-- | kvmd/data/keymap.yaml | 108 |
1 files changed, 0 insertions, 108 deletions
diff --git a/kvmd/data/keymap.yaml b/kvmd/data/keymap.yaml deleted file mode 100644 index 4981b5ff..00000000 --- a/kvmd/data/keymap.yaml +++ /dev/null @@ -1,108 +0,0 @@ -# ========================================================================== # -# # -# KVMD - The main Pi-KVM daemon. # -# # -# Copyright (C) 2018 Maxim Devaev <[email protected]> # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see <https://www.gnu.org/licenses/>. # -# # -# ========================================================================== # - - -AltLeft: 79 -AltRight: 83 -ArrowDown: 75 -ArrowLeft: 74 -ArrowRight: 73 -ArrowUp: 76 -Backquote: 49 -Backslash: 46 -Backspace: 39 -BracketLeft: 44 -BracketRight: 45 -CapsLock: 53 -Comma: 50 -ControlLeft: 77 -ControlRight: 81 -Delete: 70 -Digit0: 36 -Digit1: 27 -Digit2: 28 -Digit3: 29 -Digit4: 30 -Digit5: 31 -Digit6: 32 -Digit7: 33 -Digit8: 34 -Digit9: 35 -End: 71 -Enter: 37 -Equal: 43 -Escape: 38 -F1: 54 -F10: 63 -F11: 64 -F12: 65 -F2: 55 -F3: 56 -F4: 57 -F5: 58 -F6: 59 -F7: 60 -F8: 61 -F9: 62 -Home: 68 -Insert: 67 -KeyA: 1 -KeyB: 2 -KeyC: 3 -KeyD: 4 -KeyE: 5 -KeyF: 6 -KeyG: 7 -KeyH: 8 -KeyI: 9 -KeyJ: 10 -KeyK: 11 -KeyL: 12 -KeyM: 13 -KeyN: 14 -KeyO: 15 -KeyP: 16 -KeyQ: 17 -KeyR: 18 -KeyS: 19 -KeyT: 20 -KeyU: 21 -KeyV: 22 -KeyW: 23 -KeyX: 24 -KeyY: 25 -KeyZ: 26 -MetaLeft: 80 -MetaRight: 84 -Minus: 42 -PageDown: 72 -PageUp: 69 -Pause: 85 -Period: 51 -PrintScreen: 66 -Quote: 48 -ScrollLock: 86 -Semicolon: 47 -ShiftLeft: 78 -ShiftRight: 82 -Slash: 52 -Space: 41 -Tab: 40 |