doc: foot.ini: fix 'hashes' regex example

It's A-F, not A-f
This commit is contained in:
Daniel Eklöf 2025-02-10 13:08:33 +01:00
parent fce755aafe
commit 970d95c5a1
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -806,7 +806,7 @@ commit hashes) could look like:
```
[regex:hashes]
regex=([a-fA-f0-9]{7,128})
regex=([a-fA-F0-9]{7,128})
launch=path-to-script-or-application ${match}
[key-bindings]
@ -1280,7 +1280,7 @@ e.g. *search-start=none*.
```
[regex:hashes]
regex=([a-fA-f0-9]{7,128})
regex=([a-fA-F0-9]{7,128})
launch=path-to-script-or-application ${match}
[key-bindings]