blob: 2e84a99633dc261a6c7564b0f79c7c721f413e18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# bhyve ps2kbd keyboard layout file
# (gr_elot_acc : Greek ELOT)
#
# Created by: Koine Yuusuke(koinec) <koinec@users.osdn.me>
#
# $FreeBSD$
'"',0x1e; " (0x22)
'#',0x5d; # (0x23)
''',0x0e; ' (0x27)
'*',0xb7; * (0x2a)
'/',0x52; / (0x2f)
'@',0x52; @ (0x40)
'\',0x61; \ (0x5c)
'|',0x61; | (0x7c)
'~',0x5d; ~ (0x7e)
|