~ubuntu-branches/ubuntu/vivid/fbreader/vivid-proposed

« back to all changes in this revision

Viewing changes to fbreader/data/default/keymap.pma400.xml

  • Committer: Bazaar Package Importer
  • Author(s): Joey Hess
  • Date: 2008-01-23 16:51:07 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080123165107-5q19etahzd72c33a
Tags: 0.8.12-3
* Add libzlui-maemo which allows using fbreader on the maemo platform, on
  Debian. Thanks, Riku Voipio. Closes: #462299
* makefiles/arch/maemo.mk: Don't build with -thumb. (Riku)
* Loosen dependency versions some more, so it only depends on the current
  upstream version or higher, ignoring the Debian revision.
* Use binary:Version instead of deprecated Source-Version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<keymap>
3
 
        <binding key="&lt;Left&gt;" action="3"/>
4
 
        <binding key="&lt;Right&gt;" action="4"/>
5
 
        <binding key="&lt;Down&gt;" action="9"/>
6
 
        <binding key="&lt;Up&gt;" action="10"/>
7
 
        <binding key="&lt;Cancel&gt;" action="18"/>
8
 
        <binding key="&lt;Play/Stop&gt;" action="22"/>
 
3
        <binding key="&lt;Left&gt;" action="undo"/>
 
4
        <binding key="&lt;Right&gt;" action="redo"/>
 
5
        <binding key="&lt;Down&gt;" action="largeScrollForward"/>
 
6
        <binding key="&lt;Up&gt;" action="largeScrollBackward"/>
 
7
        <binding key="&lt;Cancel&gt;" action="cancel"/>
 
8
        <binding key="&lt;Play/Stop&gt;" action="toggleFullscreen"/>
9
9
</keymap>