diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-04-02 08:27:30 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-04-02 08:27:30 +0000 |
commit | e1cdf823cfae8ba9f15af504f0c751d9013d9984 (patch) | |
tree | 267b41050743111f14cc7f6b954a7ceda6a15d2a /Build/source/texk/xdvik/translations.h | |
parent | f9762069bcabf837ff2b55f150d06ce995399c94 (diff) |
xdvik 22.85 from Paul Vojta (sourceforge)
git-svn-id: svn://tug.org/texlive/trunk@25825 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/xdvik/translations.h')
-rw-r--r-- | Build/source/texk/xdvik/translations.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/xdvik/translations.h b/Build/source/texk/xdvik/translations.h index b276b79c7f5..a78664bb93b 100644 --- a/Build/source/texk/xdvik/translations.h +++ b/Build/source/texk/xdvik/translations.h @@ -18,7 +18,6 @@ static const char base_key_translations[] = "<Key>7: digit(7)\n" "<Key>8: digit(8)\n" "<Key>9: digit(9)\n" - "<Motion>: motion()\n" "Ctrl<Key>]: pagehistory-delete-forward()\n" "Ctrl<Key>[: pagehistory-delete-backward()\n" /* it seems the following is needed for compatibility with german, french, @@ -157,7 +156,6 @@ static const char base_key_translations[] = static const char base_mouse_translations[] = - "<BtnUp>:release()\n" "Shift<Btn1Down>: mouse-modes(\"drag(+)\")\n" "Shift<Btn2Down>: mouse-modes(\"drag(|)\")\n" "Shift<Btn3Down>: mouse-modes(\"drag(-)\")\n" @@ -167,6 +165,8 @@ static const char base_mouse_translations[] = "<Btn3Down>: mouse-modes(\"magnifier(*3)\")\n" "<Btn4Down>: mouse-modes(\"wheel(-0.2)\")\n" "<Btn5Down>: mouse-modes(\"wheel(0.2)\")\n" + "<Btn6Down>: mouse-modes(\"hwheel(-0.2)\")\n" + "<Btn7Down>: mouse-modes(\"hwheel(0.2)\")\n" ""; |