docs: update reference/keyboard-mapping
This commit is contained in:
parent
03bc946bc9
commit
0c8a5e4993
|
@ -2,7 +2,7 @@
|
|||
title: Keyboard Mapping
|
||||
description: Changing keyboard mapping at the hwdb level
|
||||
published: true
|
||||
date: 2024-03-09T03:27:27.730Z
|
||||
date: 2024-03-11T22:02:14.503Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2024-03-07T22:50:15.696Z
|
||||
|
@ -18,7 +18,7 @@ As an example, I map my compose key (menu key) to right meta (aka super, logo, w
|
|||
|
||||
## Get Scancode
|
||||
|
||||
First, get the scancode(s) of the key(s) you wish to change. Easiest way is to use `evteest(1)`. For each keypress, you'll get information similar to the following:
|
||||
First, get the scancode(s) of the key(s) you wish to change. Easiest way is to use `evtest(1)`. For each keypress, you'll get information similar to the following:
|
||||
|
||||
```
|
||||
Event: time 1496690003.603531, -------------- SYN_REPORT ------------
|
||||
|
|
Loading…
Reference in New Issue