From: Mischa POSLAWSKY Date: Mon, 18 Dec 2023 17:24:20 +0000 (+0100) Subject: index: publish altgr subpages for windows and macos X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/16c246b59170bdbf5805e837840c0abac6f01559 index: publish altgr subpages for windows and macos --- diff --git a/index.plp b/index.plp index 70b6744..ce86a02 100644 --- a/index.plp +++ b/index.plp @@ -2,7 +2,7 @@ Html({ title => 'cheat sheets', - version => '1.15', + version => '1.16', description => [ "Cheat sheets summarising various software programs and standards.", ], @@ -51,6 +51,8 @@ if (open my $log, '<', 'UPDATE') {{
  • mutt
  • nethack
  • mplayer/mpv +
  • altgr/option diff --git a/keyboard/altgr/macos.eng.inc.pl b/keyboard/altgr/macos.eng.inc.pl index 9dfab2c..da0c85e 100644 --- a/keyboard/altgr/macos.eng.inc.pl +++ b/keyboard/altgr/macos.eng.inc.pl @@ -103,10 +103,10 @@ our %rows = ( version => '1.3', title => 'option key', intro => join("\n", - 'Special characters', - "when pressing ⌥ Option (Alt) with Apple's US (or US International) layout", + 'Resulting selection of Unicode characters', + "while pressing ⌥ Option (Alt) with Apple's US (or US International) layout", 'on macOS.', - q{Not to be confused with Windows' AltGr keys.}, + q{Different from AltGr on Windows.}, ), description => [ "Apple US International keyboard layout table", diff --git a/keyboard/altgr/windows.eng.inc.pl b/keyboard/altgr/windows.eng.inc.pl index 993ea33..54d3d98 100644 --- a/keyboard/altgr/windows.eng.inc.pl +++ b/keyboard/altgr/windows.eng.inc.pl @@ -16,9 +16,10 @@ our %rows = map { title => 'altgr', version => '1.3', intro => join("\n", - 'Special characters returned with the AltGr modifier', - 'for the Windows US international layout.', - 'Similar to Apple options.', + 'Resulting selection of Unicode characters', + 'while pressing the AltGr modifier', + 'with the Windows US international layout.', + 'Macs have option options instead.', ), description => [ "Windows US international keyboard layout table",