about summary refs log tree commit diff stats
path: root/res
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2024-03-13 16:17:40 +0100
committerbptato <nincsnevem662@gmail.com>2024-03-13 16:19:15 +0100
commit2a2234053a7c4b3cb4012c314083aa8477e695f9 (patch)
tree5e7bcaeada2c82719cea808e7f856b1998bb362e /res
parent9ee1dd6e5167d9c2054dee5f9241e3bba286706f (diff)
downloadchawan-2a2234053a7c4b3cb4012c314083aa8477e695f9.tar.gz
rudimentary support for <video>, <audio>
we just treat them as img tags. lazy, but works suprisingly well -- so
long as the server sends us a Content-Type, anyway.
Diffstat (limited to 'res')
-rw-r--r--res/chawan.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/chawan.html b/res/chawan.html
index cc5d0a95..33f57ae4 100644
--- a/res/chawan.html
+++ b/res/chawan.html
@@ -51,7 +51,7 @@ up/down by one row
 <li><kbd>C-l</kbd>: location bar (to enter a URL, etc.)
 <li><kbd>C-k</kbd>: web search
 <li><kbd>Return/Enter key</kbd>: open URL under cursor
-<li><kbd>I</kbd>: view image in external viewer
+<li><kbd>I</kbd>: view image/video/audio in external viewer
 <li><kbd>v</kbd>, <kbd>V</kbd>, <kbd>C-v</kbd>: select (normal), select
 (line), select (block)
 <li><kbd>y</kbd>: yank (copy) current selection to system clipboard (needs xsel)