diff options
| author | Andrés Cuervo <andrescuervor@gmail.com> | 2023-11-08 19:35:30 +0000 |
|---|---|---|
| committer | Andrés Cuervo <andrescuervor@gmail.com> | 2023-11-08 19:35:34 +0000 |
| commit | 15bb88eb10525d633ef3db7700fcac4bacf9fbf2 (patch) | |
| tree | e2995f14b034a586e953994f20c4fca245cbb0cc /virtual-programs/editor.folk | |
| parent | Remove twice-print indicator, clean up prints and comments (diff) | |
| download | folk-15bb88eb10525d633ef3db7700fcac4bacf9fbf2.tar.gz folk-15bb88eb10525d633ef3db7700fcac4bacf9fbf2.zip | |
Add virtual-programs/keyboard.folk
Diffstat (limited to 'virtual-programs/editor.folk')
| -rw-r--r-- | virtual-programs/editor.folk | 6 |
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 |
