/usr/share/gps/key_themes/default.xml is in gnat-gps-common 6.1.2016-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | <?xml version='1.0'?>
<GPS>
<key load='include/common'/>
<key action="Toggle to next alias field">control-Tab</key>
<key action="Expand alias under cursor">control-o</key>
<key action="Macro Stop">control-Escape</key>
<key action="Repeat Next">control-y</key>
<!-- Do not use gtk+ builtin handling for cut/copy/paste, since that
preserves the tags. For instance, copy-pasting non-editable text would
keep the text as read-only. -->
<key action="Cut to Clipboard">control-x</key>
<key action="Cut to Clipboard">shift-Delete</key>
<key action="Copy to Clipboard">control-c</key>
<key action="Copy to Clipboard">control-Insert</key>
<key action="Paste From Clipboard">control-v</key>
<key action="Paste From Clipboard">shift-Insert</key>
<key action="Paste Previous From Clipboard">shift-control-Insert</key>
<key action="debug display local variables">control-l</key>
<key action="debug display arguments">control-u</key>
<key action="debug interrupt">control-backslash</key>
<key action="continue till line">control-b</key>
<key action="No casing/indentation on next key">control-q</key>
<key action="Toggle auto casing/indentation">alt-q</key>
<key action="save">control-s</key>
<key action="Close current window">control-w</key>
<key action="undo">control-z</key>
<key action="redo">control-r</key>
<key action="comment lines">control-minus</key>
<key action="uncomment lines">control-underscore</key>
<key action="refill">control-equal</key>
<key action="goto line">primary-g</key>
<key action="jump to matching delimiter">control-apostrophe</key>
<key action="Delete word backward" >control-BackSpace</key>
<key action="Delete word forward" >control-Delete</key>
<key action="Search">control-f</key>
<key action="find next">control-n</key>
<key action="find previous">control-p</key>
<key action="Remove message">alt-Delete</key>
<key action="browser zoom out">minus</key>
<key action="browser zoom in">equal</key>
<key action="Global Search in context: Entities">control-t</key>
<key action="Complete identifier">control-slash</key>
<key action="Complete identifier (advanced)">control-space</key>
</GPS>
|