This file is indexed.

/usr/share/kdevelop/shortcuts/QtCreator is in kdevelop-data 4:5.2.1-1ubuntu4.

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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<gui version="1" name="kdevelop">
  <ActionProperties>
    <Action shortcut="Ctrl+X" name="edit_cut"/>
    <Action shortcut="Ctrl+V" name="edit_paste"/>
    <Action shortcut="Ctrl+C" name="edit_copy"/>
    <Action shortcut="Ctrl+S" name="file_save"/>
    <Action shortcut="Ctrl+Z" name="edit_undo"/>
    <Action shortcut="Ctrl+Shift+Z" name="edit_redo"/>
    <Action shortcut="Ctrl+Shift+Down" name="tools_scripts_moveLinesDown"/>
    <Action shortcut="Ctrl+Shift+Up" name="tools_scripts_moveLinesUp"/>
    <Action shortcut="Ctrl+Alt+Down" name="tools_scripts_duplicateLinesDown"/>
    <Action shortcut="Ctrl+Alt+Up" name="tools_scripts_duplicateLinesUp"/>
    <Action shortcut="Ctrl+I" name="tools_align"/>
    <Action shortcut="Ctrl+/" name="tools_toggle_comment"/>
    <Action shortcut="Ctrl+Space" name="tools_invoke_code_completion"/>
    <Action shortcut="Ctrl+P" name="file_print"/>
    <Action shortcut="Ctrl+L" name="go_goto_line"/>
    <Action shortcut="Ctrl+A" name="edit_select_all"/>
    <Action shortcut="Ctrl+F" name="edit_find"/>
    <Action shortcut="F3" name="edit_find_next"/>
    <Action shortcut="Shift+F3" name="edit_find_prev"/>
    <Action shortcut="Ctrl+H" name="edit_replace"/>
    <Action shortcut="Ctrl+Left" name="word_left"/>
    <Action shortcut="Shift+Left" name="select_char_left"/>
    <Action shortcut="Ctrl+Shift+Left" name="select_word_left"/>
    <Action shortcut="Ctrl+Right" name="word_right"/>
    <Action shortcut="Shift+Right" name="select_char_right"/>
    <Action shortcut="Ctrl+Shift+Right" name="select_word_right"/>
    <Action shortcut="Home" name="beginning_of_line"/>
    <Action shortcut="Ctrl+Home" name="beginning_of_document"/>
    <Action shortcut="Shift+Home" name="select_beginning_of_line"/>
    <Action shortcut="Ctrl+Shift+Home" name="select_beginning_of_document"/>
    <Action shortcut="End" name="end_of_line"/>
    <Action shortcut="Ctrl+End" name="end_of_document"/>
    <Action shortcut="Shift+End" name="select_end_of_line"/>
    <Action shortcut="Ctrl+Shift+End" name="select_end_of_document"/>
    <Action shortcut="Shift+Up" name="select_line_up"/>
    <Action shortcut="Down" name="move_line_down"/>
    <Action shortcut="Up" name="move_line_up"/>
    <Action shortcut="Right" name="move_cursor_right"/>
    <Action shortcut="Left" name="move_cusor_left"/>
    <Action shortcut="Shift+Down" name="select_line_down"/>
    <Action shortcut="PgUp" name="scroll_page_up"/>
    <Action shortcut="Shift+PgUp" name="select_page_up"/>
    <Action shortcut="PgDown" name="scroll_page_down"/>
    <Action shortcut="Shift+PgDown" name="select_page_down"/>
    <Action shortcut="Shift+Del" name="delete_line"/>
    <Action shortcut="Ctrl+Backspace" name="delete_word_left"/>
    <Action shortcut="Ctrl+Del" name="delete_word_right"/>
    <Action shortcut="Del" name="delete_next_character"/>
    <Action shortcut="Backspace" name="backspace"/>
    <Action shortcut="Alt+Left; Ctrl+Tab" name="last_used_views_forward"/>
    <Action shortcut="Alt+Right; Ctrl+Shift+Tab" name="last_used_views_backward"/>
    <Action shortcut="Shift+F7" name="previous_use"/>
    <Action shortcut="F7" name="next_use"/>
    <Action shortcut="Ctrl+Shift+U" name="find_uses"/>
    <Action shortcut="Ctrl+Shift+F" name="edit_grep"/>
    <Action shortcut="F10" name="debug_stepover"/>
    <Action shortcut="F11" name="debug_stepinto"/>
    <Action shortcut="Shift+F11" name="debug_stepout"/>
    <Action shortcut="Ctrl+K" name="quick_open"/>
    <Action shortcut="F2" name="quick_open_jump_declaration"/>
    <Action shortcut="Ctrl+B" name="project_buildall"/>
    <Action shortcut="Ctrl+&lt;" name="locate_document"/>
    <Action shortcut="F4" name="switch_definition_declaration"/>
    <Action shortcut="Ctrl+Q" name="quit"/>
    <Action shortcut="F6" name="next_error"/>
    <Action shortcut="Shift+F6" name="prev_error"/>
    <Action shortcut="Ctrl+O" name="file_open"/>
    <Action shortcut="Ctrl+Shift+S" name="file_save_all"/>
    <Action shortcut="Ctrl+W" name="file_close"/>
    <Action shortcut="Ctrl+R" name="run_execute"/>
    <Action shortcut="F5" name="run_debug"/>
    <Action shortcut="F1" name="help_contents"/>
    <Action shortcut="Shift+F1" name="help_whats_this"/>
  </ActionProperties>
</gui>