diff options
author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-22 16:49:25 -0200 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-22 16:49:25 -0200 |
commit | ab8110b8978cb965d49e0c2e9c1cb7e7608c185e (patch) | |
tree | ed741a1f24508a60ada67de91372465c1b6dd4db /app-defaults/XMore | |
parent | 747f76737a8e7a7f50bd06fd111e5ada8305884d (diff) |
Correct make distcheck and sparse warnings.
Diffstat (limited to 'app-defaults/XMore')
-rw-r--r-- | app-defaults/XMore | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/app-defaults/XMore b/app-defaults/XMore new file mode 100644 index 0000000..9227efa --- /dev/null +++ b/app-defaults/XMore @@ -0,0 +1,33 @@ +! XMore.ad + +! keyboard translations +*text.Translations: #override\n\ + Ctrl<Key>S: no-op(RingBell)\n\ + Ctrl<Key>R: no-op(RingBell)\n\ + <Key>space: next-page()\n\ + <Key>F: next-page()\n\ + Ctrl<Key>B: previous-page()\n\ + <Key>B: previous-page()\n\ + <Key>K: scroll-one-line-down()\n\ + <Key>Y: scroll-one-line-down()\n\ + <Key>Return: scroll-one-line-up()\n\ + <Key>J: scroll-one-line-up()\n\ + <Key>E: scroll-one-line-up()\n\ + <Key>q: quit()\n +*text.baseTranslations: #override\n\ + <Key>space: next-page()\n\ + <Key>F: next-page()\n\ + Ctrl<Key>B: previous-page()\n\ + <Key>K: scroll-one-line-down()\n\ + <Key>Y: scroll-one-line-down()\n\ + <Key>Return: scroll-one-line-up()\n\ + <Key>J: scroll-one-line-up()\n\ + <Key>E: scroll-one-line-up()\n\ + <Key>q: quit()\n + +! tip messages +*quit.tip: Quit application + +*international: True + +! EOF. |