diff options
| author | Andrés Cuervo <andrescuervor@gmail.com> | 2023-12-08 01:00:59 +0000 |
|---|---|---|
| committer | Andrés Cuervo <andrescuervor@gmail.com> | 2023-12-08 01:00:59 +0000 |
| commit | 01a8e47497daeafe29a89e3cec2fe10eeca97b25 (patch) | |
| tree | 80fa14329248bb4b26e51f375bca81928c610014 /virtual-programs | |
| parent | Move baseCode into initial When (diff) | |
| download | folk-01a8e47497daeafe29a89e3cec2fe10eeca97b25.tar.gz folk-01a8e47497daeafe29a89e3cec2fe10eeca97b25.zip | |
Update demo claim, link to guide again
Diffstat (limited to 'virtual-programs')
| -rw-r--r-- | virtual-programs/editor.folk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/virtual-programs/editor.folk b/virtual-programs/editor.folk index 13aa7876..5ecf7df6 100644 --- a/virtual-programs/editor.folk +++ b/virtual-programs/editor.folk @@ -383,5 +383,6 @@ When /page/ is a keyboard with path /kbPath/ { } Claim $this has demo { - Claim $this is keyboard with path /dev/input/by-path/platform-i8042-serio-0-event-kbd + # Find your keyboard path with the script in this guide: https://folk.computer/guides/keyboard + Claim $this is a keyboard with path /dev/input/by-path/pci-0000:02:00.0-usb-0:2:1.2-event-mouse } |
