Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auto: Keyboard help deployment #1692

Merged
merged 1 commit into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added keyboard/mjh_hudum/1.0/001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added keyboard/mjh_hudum/1.0/002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added keyboard/mjh_hudum/1.0/003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added keyboard/mjh_hudum/1.0/004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions keyboard/mjh_hudum/1.0/mjh_hudum.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?php
$pagename = 'MJH Hudum Keyboard Help';
$pagetitle = $pagename;
require_once('header.php');
?>

<p>
MJH Hudum keyboard.
</p>

<h2>Desktop Keyboard layout</h2>
<h3>Default (unshifted)</h3>
<p><a href="001.png"><img class="keyboard" src="001.png" alt="Default (unshifted) state" /></a></p>
<h3>Shift</h3>
<p><a href="002.png"><img class="keyboard" src="002.png" alt="Shift state" /></a></p>
<h3>Right ALT (unshifted)</h3>
<p><a href="003.png"><img class="keyboard" src="003.png" alt="Right ALT (unshifted) state" /></a></p>
<h3>Shift Right ALT</h3>
<p><a href="004.png"><img class="keyboard" src="004.png" alt="Shift Right ALT state" /></a></p>