Selecting 'alt+left arrow' key in PDF does not move to previous url page. similarly...
commit8a480e8350a8f10eaa3052a967c7998a8dadc1f8
authordeepak.m1 <deepak.m1@samsung.com>
Tue, 16 Dec 2014 02:40:59 +0000 (15 18:40 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 16 Dec 2014 02:42:16 +0000 (16 02:42 +0000)
tree85e58840fc145424a7fb7c752099e27e13340863
parentd8a593bceaf0a4b38d06a8c13b948202d205f1b6
Selecting 'alt+left arrow' key in PDF does not move to previous url page. similarly 'alt+right arrow' key in PDF does not move to next url page.

Currently alt+arrow, ctrl+arrow,shift+arrow work like when
user select just arrow key, so with in the pdf file movement happen.
That is wrong.
It should be like:
1.Page should move up with in PDF when
 -Selecting Shift+Spacebar.
 -Selecting Pageup key.
 -Selecting only Left Arrow Key.
2.Page should move down with in PDF when
 -Selecting Spacebar.
 -Selecting Pagedown key.
 -Selecting only Right Arrow Key.

Changes added so that alt+ arrow key should have default behavior
that is moving to previous or next url.

BUG=75089

Review URL: https://codereview.chromium.org/802083002

Cr-Commit-Position: refs/heads/master@{#308511}
pdf/instance.cc