|
You can change and addd shortcut-key combinations: simply move your mouse over a menu item and press a key combination to set it.
|
|
|
The changes are only valid for the session. To make them permanent you have to activate: Preferences > User Interface > Save user customised menu accelerators This action create the file ~/.bluefish/menudump_2.
|
|
|
To revert to default: Preferences > User Interface > Reset Menu accelerators to application defaults.
|
|
|
all shortcut keys are automatically converted, manually setting the menu shortcuts doesn't work. <control> is replaced by <command> and <alt> by <control>
|
|
Bluefish-2.2.2:
Shortcuts for all Document Types
- <control>a : Select _All
- <control>c : _Copy
- <control>d : Duplica_te Line
- <control>f : _Find...
- <control>g : Find A_gain
- <control>h : Advanced Find and Re_place...
- <control>j : _Jump to Reference
- <control>k : Add Boo_kmark
- <control>l : Goto _Line
- <control>n : _New
- <control>o : _Open...
- <control>q : _Quit
- <control>s : _Save
- <control>v : _Paste
- <control>w : _Close
- <control>x : Cu_t
- <control>y : Delete the current line"
- <control>z : _Undo
- <control>comma : Unin_dent
- <control>Page_Down : _Next Document
- <control>Page_Up : _Previous Document
- <control>period : _Indent
- <shift><control>B : Select _Block
- <shift><control>C : To_ggle Comment
- <shift><control>F : Find from Clip_board
- <shift><control>J : P_revious Bookmark
- <shift><control>K : N_ext Bookmark
- <shift><control>L : Goto Line Number from _Clipboard
- <shift><control>N : New _Window
- <shift><control>O : Open Ad_vanced...
- <shift><control>S : Save _as...
- <shift><control>W : Close A_ll
- <shift><control>Z : _Redo
- <shift><control>Page_Down : _Last Document
- <shift><control>Page_Up : _First Document
- <shift><control>Return : E_xpand zen-coding
- <alt><shift><control>S : Sav_e All (2.2.3))
- F2 : Rena_me...
- F5 : Rescan Syntax & S_pelling
- F9 : _Side Pane
- <control>F9 : _Output Pane
- F11 : _Full Screen
|
Shortcuts for HTML Markup
- <control><alt>1 : H_1 (the numbers on the numeric keypad can not be used)
- <control><alt>2 : H_2
- <control><alt>3 : H_3
- <control><alt>4 : H_4
- <control><alt>5 : H_5
- <control><alt>6 : H_6
- <control><alt>b : _Bold
- <control><alt>c : _Comment
- <control><alt>e : _Emphasis
- <control><alt>f : Preformatted _Text
- <control><alt>g : _Strong
- <control><alt>i : _Italic
- <control><alt>k : _Break
- <control><alt>l : Unordered _List
- <control><alt>m : List Ite_m
- <control><alt>n : _Non-Breaking Space
- <control><alt>o : _Ordered List
- <control><alt>p : _Paragraph
- <control><alt>r : Align _right
- <control><alt>s : _Strikeout
- <control><alt>t : _Table
- <control><alt>u : _Underline
- <control><alt>comma : _Less-than sign <
- <control><alt>equal : Font Si_ze +1
- <control><alt>period : _Greater-than sign >
- <control><alt>period : _Greater-than sign >
- <control><alt>slash : _Division sign รท
- <shift><alt>A : _Anchor...
- <shift><alt>B : _Body...
- <shift><alt>D : _Div...
- <shift><alt>E : _E-mail...
- <shift><alt>F : _Font...
- <shift><alt>I : Insert _Image...
- <shift><alt>L : Quick_list...
- <shift><alt>M : _Meta...
- <shift><alt>N : Insert T_humbnail...
- <shift><alt>Q : _Quickstart...
- <shift><alt>R : _Rule...
- <shift><alt>S : _Create Style...
- <shift><alt>T : _Table...
- F3 : _Edit tag under cursor...
|
Accelerator keys, numbers and Num Lock
Numerals used in the accelerator key combinations are those of the keyboard, not numeric keypad.
<control><alt>1 : H_1 .
On a qwerty keyboard press <control><alt>1, on an azerty keyboard press <shift><control><alt>1.
Avoid using the numeric keypad, the results are confusing. They differ according Num Lock is on or off, and some combinations are recorded but not usable.
(gtk_accel_path "<Actions>/htmlbarActions/HeadingsH1" "<Control><Alt>KP_End")
(gtk_accel_path "<Actions>/htmlbarActions/HeadingsH2" "<Control><Alt>KP_3")
; (gtk_accel_path "<Actions>/htmlbarActions/HeadingsH3" "<Control><Alt>3")
- To get <h1></h1> you have to type <shift><Control><Alt>KP_1 with Numlock on.
- To get <h2></h2> you have to type <shift><Control><Alt>KP_Page_Down with Numlock off.
(...with azerty, perhaps different with qwerty ?)
|
 |