~valavanisalex/ubuntu/raring/inkscape/fix-1091308

« back to all changes in this revision

Viewing changes to share/keys/default.xml

  • Committer: Alex Valavanis
  • Date: 2012-12-19 14:10:19 UTC
  • mfrom: (1.6.4)
  • Revision ID: valavanisalex@gmail.com-20121219141019-r4hpkjmvjrxqzm1h
* New upstream release (LP: #1091308).  Fixes several Ubuntu bugs:
  - Inkscape crashed with SIGSEGV in getObject() (LP: #941317)
  - Inkscape crashed with SIGSEGV in 
    Inkscape::Extension::Implementation::Script::effect() (LP: #944077)
  - Inkscape crashed with SIGSEGV in 
    Inkscape::Extension::Output::get_extension() (LP: #973174)
  - Overlay scrollbars causing input boxes to be small (LP: #946631)
* Drop 03_track_libpoppler25_abi_changes.patch: applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
  <bind action="FileVacuum" />
71
71
 
72
72
  <bind key="w" modifiers="Ctrl" action="FileClose" display="true" />
73
 
  <bind key="W" modifiers="Ctrl" action="FileClose" display="true" />
 
73
  <bind key="W" modifiers="Ctrl" action="FileClose" />
74
74
 
75
75
  <bind key="q" modifiers="Ctrl" action="FileQuit" display="true" />
76
 
  <bind key="Q" modifiers="Ctrl" action="FileQuit" display="true" />
 
76
  <bind key="Q" modifiers="Ctrl" action="FileQuit" />
77
77
 
78
78
<!-- Tools -->
79
79
 
274
274
  <bind key="Y" modifiers="Ctrl" action="EditRedo" />
275
275
 
276
276
  <bind key="h" modifiers="Ctrl,Shift" action="DialogUndoHistory" display="true" />
277
 
  <bind key="H" modifiers="Ctrl,Shift" action="DialogUndoHistory" display="true" />
 
277
  <bind key="H" modifiers="Ctrl,Shift" action="DialogUndoHistory" />
278
278
 
279
279
  <bind key="x" modifiers="Ctrl" action="EditCut" display="true" />
280
280
  <bind key="X" modifiers="Ctrl" action="EditCut" />