Skip to content

Instantly share code, notes, and snippets.

@thedod
Last active August 29, 2015 14:03
Show Gist options
  • Save thedod/558ae568de30d4327c49 to your computer and use it in GitHub Desktop.
Save thedod/558ae568de30d4327c49 to your computer and use it in GitHub Desktop.
XBMC keymap tweak: zoom with ff/rew (read comics with android remote)

Zooming is essential when you read comics. If you have the 0-9 keys on your remote control, it's really easy and intuitive, but how can you read comics with an Android remote control app?

Luckily, the ff/rew buttons are not needed when you're in slideshow mode, so we can use them for zooming: Just copy zoom-ff-rew.xml to userdata/keymaps/ and restart XBMC.

Ironically, by the time I got it going, the android ran out of battery. This made it look like a remote control from the 50s ;)

Stranded on an alien planet with no functioning remote control is something to be

<keymap>
<slideshow>
<keyboard>
<key id="226">ZoomOut</key>
<key id="227">ZoomIn</key>
</keyboard>
</slideshow>
</keymap>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment