keyboard/altgr: photos of relevant reallife keys as og:image
authorMischa POSLAWSKY <perl@shiar.org>
Tue, 19 Dec 2023 18:14:33 +0000 (19:14 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Wed, 20 Dec 2023 00:27:29 +0000 (01:27 +0100)
keyboard.plp
keyboard/altgr/ibmmkey.jpg [new file with mode: 0644]
keyboard/altgr/ibmmkey.png [new file with mode: 0644]
keyboard/altgr/macoption.jpg [new file with mode: 0644]
keyboard/altgr/macos.eng.inc.pl
keyboard/altgr/windows.eng.inc.pl

index 59e8ad5d1e4909212a90b49b8495b86d1de95e0c..62e150a7dd726b75c4d1d9ba0f4898a837b149ef 100644 (file)
@@ -31,6 +31,7 @@ Html({
        keywords => [@{ $info->{keywords} // [] }, qw'
                sheet cheat reference overview keyboard control commands shortkey
        '],
+       image => $info->{image},
        stylesheet => [qw( light dark circus mono red )],
        data => ["$include.inc.pl"],
        raw => \@keystyle,
diff --git a/keyboard/altgr/ibmmkey.jpg b/keyboard/altgr/ibmmkey.jpg
new file mode 100644 (file)
index 0000000..35448d7
Binary files /dev/null and b/keyboard/altgr/ibmmkey.jpg differ
diff --git a/keyboard/altgr/ibmmkey.png b/keyboard/altgr/ibmmkey.png
new file mode 100644 (file)
index 0000000..80e7f74
Binary files /dev/null and b/keyboard/altgr/ibmmkey.png differ
diff --git a/keyboard/altgr/macoption.jpg b/keyboard/altgr/macoption.jpg
new file mode 100644 (file)
index 0000000..d4e3dbc
Binary files /dev/null and b/keyboard/altgr/macoption.jpg differ
index 38e78e237324018084966446ab519773b193ebe0..9dfab2c72e666b6057e37d4f2acaf5034e3bb122 100644 (file)
@@ -112,4 +112,5 @@ our %rows = (
                "Apple US International keyboard layout table",
                "with the Option modifier key.",
        ],
+       image => 'keyboard/altgr/macoption.jpg',
 }
index eb578148cd618b65edacf0c68d342c9820ca1903..7ec76c0bfb4375b849d5bd000a45a35e70e4cd73 100644 (file)
@@ -23,5 +23,6 @@ our %rows = map {
                "Windows US international keyboard layout table",
                "with the AltGr modifier key.",
        ],
+       image => 'keyboard/altgr/ibmmkey.jpg',
        moderows => '12-',
 }