Changeset 293

Show
Ignore:
Timestamp:
11/14/07 11:35:30 (10 months ago)
Author:
jordi
Message:

Added patch by Valery Koval <Valery.Koval@innovinn.com> which adds the Ctrl-] and Ctrl-[ to shortcuts to rotate the page clockwise and counter-clockwise respectively.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/THANKS

    r289 r293  
    1717    - Tilman Sauerbeck <tilman@code-monkey.de>, for his patches. 
    1818    - tbm <tbm@home.nl>, for his patches. 
     19    - Valery Koval <Valery.Koval@innovinn.com>, for his patches. 
    1920    - VnPenguin <vnpenguin@gmail.com>, for his Vietnamese translation. 
    2021    - Wei-Lun Chao <chaoweilun@pcmail.com.tw>, for his Traditional Chinese translation. 
  • trunk/src/gtk/MainView.cxx

    r284 r293  
    130130      G_CALLBACK (main_window_zoom_out_cb) }, 
    131131 
    132     { "RotateRight", EPDFVIEW_STOCK_ROTATE_RIGHT, N_("Rotate _Right"), NULL
     132    { "RotateRight", EPDFVIEW_STOCK_ROTATE_RIGHT, N_("Rotate _Right"), "<control>bracketright"
    133133      N_("Rotate the document 90 degrees clockwise"), 
    134134      G_CALLBACK (main_window_rotate_right_cb) }, 
    135135 
    136     { "RotateLeft", EPDFVIEW_STOCK_ROTATE_LEFT, N_("Rotate _Left"), NULL
     136    { "RotateLeft", EPDFVIEW_STOCK_ROTATE_LEFT, N_("Rotate _Left"), "<control>bracketleft"
    137137      N_("Rotate the document 90 degrees counter-clockwise"), 
    138138      G_CALLBACK (main_window_rotate_left_cb) },