~jmarquez/openerp-tecvemar/geany_settings

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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
#Keybindings for Geany
#The format looks like "<Control>a" or "<Shift><Alt>F1".
#But you can also change the keys in Geany's preferences dialog.

[Bindings]
menu_new=<Control>n
menu_open=<Control>o
menu_open_selected=<Shift><Control>o
menu_save=<Control>s
menu_saveas=
menu_saveall=<Shift><Control>s
menu_print=<Control>p
menu_close=<Control>w
menu_closeall=<Shift><Control>w
menu_reloadfile=<Control>r
project_properties=
menu_undo=<Control>z
menu_redo=<Control>y
edit_deleteline=<Control>k
edit_duplicateline=<Control>d
edit_transposeline=<Control>t
edit_scrolltoline=<Shift><Control>l
edit_scrolllineup=<Alt>Up
edit_scrolllinedown=<Alt>Down
edit_completesnippet=Tab
edit_suppresssnippetcompletion=
move_snippetnextcursor=
popup_contextaction=
edit_autocomplete=<Control>space
edit_calltip=<Shift><Control>space
edit_macrolist=<Control>Return
edit_deletelinetoend=<Shift><Control>Delete
menu_cut=<Control>x
menu_copy=<Control>c
menu_paste=<Control>v
edit_cutline=<Shift><Control>x
edit_copyline=<Shift><Control>c
menu_selectall=<Control>a
edit_selectword=<Shift><Alt>w
edit_selectline=<Shift><Alt>l
edit_selectparagraph=<Shift><Alt>p
edit_togglecase=<Control><Alt>u
edit_commentlinetoggle=<Control>e
edit_commentline=
edit_uncommentline=
edit_increaseindent=<Control>i
edit_decreaseindent=<Control>u
edit_increaseindentbyspace=
edit_decreaseindentbyspace=
edit_autoindent=
edit_sendtocmd1=<Control>1
edit_sendtocmd2=<Control>2
edit_sendtocmd3=<Control>3
edit_sendtovte=
format_reflowparagraph=<Control>j
menu_insert_date=<Shift><Alt>d
edit_insertwhitespace=
menu_preferences=<Control><Alt>p
menu_find=<Control>f
menu_findnext=<Control>g
menu_findprevious=<Shift><Control>g
menu_findinfiles=<Shift><Control>f
menu_replace=<Control>h
menu_findnextsel=
menu_findprevsel=
menu_nextmessage=
menu_previousmessage=
popup_findusage=
popup_finddocumentusage=
find_markall=<Shift><Control>m
nav_forward=
nav_back=
menu_gotoline=<Control>l
edit_gotolinestart=Home
edit_gotolineend=End
edit_gotomatchingbrace=<Control>b
edit_togglemarker=
edit_gotonextmarker=<Control>period
edit_gotopreviousmarker=<Control>comma
edit_prevwordstart=<Control>slash
edit_nextwordstart=<Control>backslash
popup_gototagdefinition=
popup_gototagdeclaration=
edit_gotolineendvisual=<Alt>End
menu_toggleall=
menu_fullscreen=F11
menu_messagewindow=
toggle_sidebar=
menu_zoomin=<Control>plus
menu_zoomout=<Control>minus
switch_editor=F2
switch_scribble=F6
switch_vte=F4
switch_search_bar=F7
switch_sidebar=
switch_compiler=
switch_tableft=<Control>Page_Up
switch_tabright=<Control>Page_Down
switch_tablastused=<Control>Tab
move_tableft=<Alt>Page_Up
move_tabright=<Alt>Page_Down
move_tabfirst=
move_tablast=
menu_replacetabs=
menu_replacespaces=
menu_togglefold=
menu_foldall=
menu_unfoldall=
reloadtaglist=<Shift><Control>r
menu_linewrap=
menu_linebreak=
build_compile=F8
build_link=F9
build_make=<Shift>F9
build_makeowntarget=<Shift><Control>F9
build_makeobject=
build_nexterror=
build_previouserror=
build_run=F5
build_run2=
build_options=
menu_opencolorchooser=
menu_help=F1