ReadableKeycode 1.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package ReadableKeycode --version 1.0.4
                    
NuGet\Install-Package ReadableKeycode -Version 1.0.4
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ReadableKeycode" Version="1.0.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ReadableKeycode" Version="1.0.4" />
                    
Directory.Packages.props
<PackageReference Include="ReadableKeycode" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ReadableKeycode --version 1.0.4
                    
#r "nuget: ReadableKeycode, 1.0.4"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ReadableKeycode@1.0.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ReadableKeycode&version=1.0.4
                    
Install as a Cake Addin
#tool nuget:?package=ReadableKeycode&version=1.0.4
                    
Install as a Cake Tool

Readable Keycode

ToHuman(integer) to receive a string representing the associated Keycode
ToComputer(string) to receive an integer representing the associated Keycode

LeftMouse = 1
RightMouse = 2
MiddleMouse = 4
MouseX1 = 5
MouseX2 = 6
Backspace = 8
Tab = 9
Enter = 13
MouseVWheel = 14
MouseHWheel = 15
ShiftLeft = 16
ShiftRight = 16
CtrlLeft = 17
CtrlRight = 17
AltLeft = 18
AltRight = 18
Pause = 19
CapsLock = 20
Escape = 27
PageUp = 33
PageDown = 34
End = 35
Home = 36
Left = 37
Up = 38
Right = 39
Down = 40
Insert = 45
Delete = 46
0 = 48
1 = 49
2 = 50
3 = 51
4 = 52
5 = 53
6 = 54
7 = 55
8 = 56
9 = 57
a = 65
b = 66
c = 67
d = 68
e = 69
f = 70
g = 71
h = 72
i = 73
j = 74
k = 75
l = 76
m = 77
n = 78
o = 79
p = 80
q = 81
r = 82
s = 83
t = 84
u = 85
v = 86
w = 87
x = 88
y = 89
z = 90
MetaLeft = 91
MetaRight = 92
Select = 93
Numpad0 = 96
Numpad1 = 97
Numpad2 = 98
Numpad3 = 99
Numpad4 = 100
Numpad5 = 101
Numpad6 = 102
Numpad7 = 103
Numpad8 = 104
Numpad9 = 105
NumpadMultiply = 106
NumpadAdd = 107
NumpadSubtract = 109
NumpadDecimal = 110
NumpadDivide = 111
F1 = 112
F2 = 113
F3 = 114
F4 = 115
F5 = 116
F6 = 117
F7 = 118
F8 = 119
F9 = 120
F10 = 121
F11 = 122
F12 = 123
NumLock = 144
ScrollLock = 145
LeftShift = 160
RightShift = 161
LeftCtrl = 162
RightAlt = 163
LeftAlt = 164
RightCtrl = 165
; = 186
= = 187
, = 188
- = 189
. = 190
/ = 191
` = 192
[ = 219
\ = 220
] = 221
' = 222
Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.8

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.0 160 4/9/2025
1.0.6 119 7/17/2024
1.0.5 123 5/14/2024
1.0.4 109 5/14/2024
1.0.3 130 5/12/2024
1.0.2 136 5/4/2024
1.0.1 129 5/4/2024
1.0.0 135 5/4/2024