<!--
 informal in/out format:
 modifier-[keyname|keynumericvalue]
 modifier-modifier-[keyname|keynumericvalue]
 https://github.com/nojb/llpp/issues/10
-->
<defaults>
  <keymap mode='view'>
    <!-- menu to follow links -->
    <map in='menu' out='F'/>
    <!-- ret to enter bird's eye -->
    <map in='ret' out='f9'/>
    <!-- F11 to enter fullscreen -->
    <map in='f11' out='f'/>
    <!-- ignore escape -->
    <map in='esc' out=''/>
    <!-- tab goes to outline (table of contents) -->
    <map in='tab' out='o'/>
    <!-- F12 to enter "wikipedia" mode -->
    <map in='f12' out='i end ret f u z z ret - 1 0 / - 1 0 / 1 0 / 1 0 ret left ret esc - T ctrl-3 - M P'/>
  </keymap>
</defaults>
