summaryrefslogtreecommitdiffstats
path: root/virtual-programs/editor.folk
diff options
context:
space:
mode:
authorAndrés Cuervo <andrescuervor@gmail.com>2023-11-08 19:35:30 +0000
committerAndrés Cuervo <andrescuervor@gmail.com>2023-11-08 19:35:34 +0000
commit15bb88eb10525d633ef3db7700fcac4bacf9fbf2 (patch)
treee2995f14b034a586e953994f20c4fca245cbb0cc /virtual-programs/editor.folk
parentRemove twice-print indicator, clean up prints and comments (diff)
downloadfolk-15bb88eb10525d633ef3db7700fcac4bacf9fbf2.tar.gz
folk-15bb88eb10525d633ef3db7700fcac4bacf9fbf2.zip
Add virtual-programs/keyboard.folk
Diffstat (limited to 'virtual-programs/editor.folk')
-rw-r--r--virtual-programs/editor.folk6
1 files changed, 3 insertions, 3 deletions
diff --git a/virtual-programs/editor.folk b/virtual-programs/editor.folk
index e30cfc89..8d3e12ad 100644
--- a/virtual-programs/editor.folk
+++ b/virtual-programs/editor.folk
@@ -376,9 +376,9 @@ Every time keyboard claims key /currentCharacter/ is down with modifiers /modifi
}
Claim $this has demo {
- ## Okay, this could be:
- # Claim $this is keyboard ABCD:1234:ABCD:1234
- # (MAC address)
# Tape this program underneath the main keyboard of your system to try it out
Claim $this is editor editor-1
+
+ # Ideally:
+ Claim $this is keyboard with path /dev/input/by-path/platform-i8042-serio-0-event-kbd
} \ No newline at end of file