246 lines
4.8 KiB
Plaintext
246 lines
4.8 KiB
Plaintext
|
#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=<Control>m
|
||
|
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
|
||
|
|
||
|
file_openlasttab=
|
||
|
edit_wordpartcompletion=Tab
|
||
|
edit_movelineup=
|
||
|
edit_movelinedown=
|
||
|
edit_selectwordpartleft=
|
||
|
edit_selectwordpartright=
|
||
|
menu_pluginpreferences=
|
||
|
normal_size=<Control>0
|
||
|
switch_messages=
|
||
|
switch_message_window=
|
||
|
switch_sidebar_doc_list=
|
||
|
switch_sidebar_symbol_list=
|
||
|
remove_markers=
|
||
|
remove_error_indicators=
|
||
|
|
||
|
[file_browser]
|
||
|
focus_file_list=
|
||
|
focus_path_entry=
|
||
|
|
||
|
[split_window]
|
||
|
split_horizontal=
|
||
|
split_vertical=
|
||
|
split_unsplit=
|
||
|
|
||
|
[html_chars]
|
||
|
insert_html_chars=
|
||
|
replace_special_characters=
|
||
|
htmltoogle_toggle_plugin_status=
|
||
|
|
||
|
[code_navigation]
|
||
|
switch_head_impl=<Shift><Alt>s
|
||
|
goto_file=<Shift><Alt>g
|
||
|
|
||
|
[extra_select]
|
||
|
column_mode=
|
||
|
goto_line_extend=
|
||
|
brace_match_extend=
|
||
|
|
||
|
[debug]
|
||
|
"_Load"=
|
||
|
"_Unload"=
|
||
|
"_Run"=
|
||
|
"_Kill"=
|
||
|
"_Pause"=
|
||
|
"_Continue"=
|
||
|
"_Step"=
|
||
|
"Step _Into"=
|
||
|
"_Next"=
|
||
|
"Ne_xt in"=
|
||
|
"Run _To"=
|
||
|
"Sta_ck"=
|
||
|
"_Break"=
|
||
|
"_Watches"=
|
||
|
"_Finish"=
|
||
|
"_Return"=
|
||
|
"En_vironment"=
|
||
|
"_Options"=
|
||
|
|
||
|
[geanylatex]
|
||
|
run_latex_wizard=
|
||
|
insert_latex_label=
|
||
|
insert_latex_ref=
|
||
|
insert_new_line=
|
||
|
latex_toggle_status=
|
||
|
latex_insert_environment=
|
||
|
latex_insert_item=
|
||
|
latex_replace_chars=
|
||
|
format_bold=
|
||
|
format_italic=
|
||
|
format_typewriter=
|
||
|
format_center=
|
||
|
format_left=
|
||
|
format_right=
|
||
|
insert_description_list=
|
||
|
insert_itemize_list=
|
||
|
insert_enumerate_list=
|
||
|
structure_lvl_up=
|
||
|
structure_lvl_down=
|
||
|
usepackage_dialog=
|
||
|
latex_insert_command=
|
||
|
|
||
|
[geanylipsum]
|
||
|
insert_lipsum=
|
||
|
|
||
|
[sendmail]
|
||
|
send_file_as_attachment=
|
||
|
|
||
|
[geanyvc]
|
||
|
vc_show_diff_of_file=
|
||
|
vc_show_diff_of_dir=
|
||
|
vc_show_diff_of_basedir=
|
||
|
vc_commit=
|
||
|
vc_status=
|
||
|
vc_update=
|
||
|
vc_revert_file=
|
||
|
vc_revert_dir=
|
||
|
vc_revert_basedir=
|
||
|
|
||
|
[insert_numbers]
|
||
|
insert_numbers=
|
||
|
|
||
|
[spellcheck]
|
||
|
spell_check=
|
||
|
spell_toggle_typing=
|
||
|
|
||
|
[prettyprinter]
|
||
|
run_pretty_printer_xml=
|
||
|
|
||
|
[doc_chars]
|
||
|
Документация на слово под курсором=
|
||
|
Document interactive=
|
||
|
|
||
|
[addons]
|
||
|
focus_bookmark_list=
|
||
|
focus_tasks=
|
||
|
update_tasks=
|
||
|
xml_tagging=
|
||
|
|
||
|
[shiftcolumn]
|
||
|
shift_left=<Control>9
|
||
|
shift_right=<Control>0
|