From: Mischa POSLAWSKY Date: Mon, 26 Oct 2009 15:32:54 +0000 (+0000) Subject: keyboard: preliminary page to show altgr keymaps X-Git-Tag: v1.3~1 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/544153ced65dfca53ea9195c548db7bc0fa71d71 keyboard: preliminary page to show altgr keymaps Test keyboard layout of AltGr modifier results of Windows US international initially. --- diff --git a/keyboard.plp b/keyboard.plp new file mode 100644 index 0000000..588aedc --- /dev/null +++ b/keyboard.plp @@ -0,0 +1,114 @@ +<(common.inc.plp)><: + our $VERSION = 'v1.0'; + + use Shiar_Sheet::KeySigns qw(%sign); + +:> + + + + +keyboard cheat sheet +<:= stylesheet(qw'light dark circus mono red terse') :> + +<: + our $showkeys = exists $get{keys} && $get{keys} ne '0'; + print "\n".'' + unless $showkeys; + print "\n".'' + if $showkeys and $get{keys} eq 'ghost'; +:> + + + + +

keyboard cheat sheet

+ +

normal mode (default)

+ + + +
+ +
+
+
+
info +
Info command: shows/does something without altering anything. +
motion +
positioning +
Other movement (jumps, window (re)positioning). +
command +
Direct action command. +
ins mode +
Enters Insert or Replace mode. +
mode +
Enters a different mode. +
vis mode +
Enters Visual or Select mode. +
key cmd +
Additional key commands (click for overview). +
+
+ +
+
+
+ +
    +
  • keyboard map is + <:= $get{map} ? 'set to ' : '' :><:= $keys->{map} :> +
  • ascii mode is + <:= defined $sign{-ascii} && 'forced ' :><:= + $sign{-ascii} ? 'on' : 'off' :> +
  • keys are + <:= $showkeys ? 'always shown' : 'hidden if unassigned' :><:= + !exists $get{keys} && ' by default' :> +
  • default style is + <:= defined $get{style} && 'set to ' :><:= $style :> +
+
+
+ + + +