Key Bindings
Key bindings are used to invoke Komodo functions without using the
mouse.
To view the key bindings associated with a function:
- Standard Functions: select Edit | Preferences |
Editor | Customize Key Bindings, then select the desired command
from the list.
- Snippets, Macros and Run Commands: right-click the
snippet, macro or run command in the
Toolbox or
Project Manager, select
Properties, then select the Key Binding
tab.
- All Key Bindings: to display a list of all configured
key bindings, select Help | List Key Bindings. Komodo will
generate an HTML list, displayed in your default browser, of all configured
key bindings.
Clear All Breakpoints | |
Restart | |
Show Current
Statement | |
Start | |
Step Back | |
Step
In | |
Step Out | |
Step
Over | |
Stop | |
Toggle Breakpoint | |
Back | |
Backspace | |
Beginning of Line (first
char/first column) | |
Cancel
AutoComplete | |
Copy | Ctrl+C | Ctrl+Shift+C | Ctrl+Insert |
|
Cut | Ctrl+X | Ctrl+Shift+X | Shift+Delete |
|
Decrease Line Indent | |
Delete | |
Delete Word Left | |
Delete Word Right | |
End of Line | |
Go to Beginning of word | |
Go to End of
Document | |
Go to End of
word | |
Go to
Line... | |
Go to Next
Bookmark | |
Go to Next
Line | |
Go to Previous
Bookmark | |
Go to
Previous Line | |
Go to Top of
Document | |
Increase Line Indent | |
Insert Newline | |
Insert Next Key as Literal Character | |
Join current and next lines | |
Move Back Part of Word | |
Move Forward Part of Word | |
Move Left One
Character | |
Move One Character
Right | |
Move One
Word Left | |
Move One Word
Right | |
Page
Down | |
Page Up | |
Paste | |
Paste | |
Paste and Select | |
Redo | |
Remove All Bookmarks | |
Scroll One Line Down | |
Scroll One Line Up | |
Select All | |
Select Next Character | |
Select Next Part of Word | |
Select Next
Word | |
Select Page
Down | |
Select Page Up | |
Select Previous Character | |
Select Previous Part of Word | |
Select Previous Word | |
Select to Beginning
of Line (first char/first column) | |
Select to Beginning of word | |
Select to End of Document | |
Select to End of Line | |
Select to Next
Line | |
Select to Previous
Line | |
Select to
Top of Document | |
Toggle
Bookmark | |
Toggle
Overtype/Insert Mode | |
Transpose
Current and Previous Characters | |
Transpose Current and Previous Lines | |
Undo | |
Zoom Font Size Down | |
Zoom Font Size Up | |
Find Next | |
Find Next Result | |
Find Next
Selected | |
Find Previous | |
Find... | |
Incremental Search | |
Incremental Search
Backwards | |
Replace... | |
Close Window | |
Least Recently Viewed File | Ctrl+Shift+Tab | Ctrl+Shift+F6 |
|
Most Recently Viewed File | |
New File
(default type) | |
New File... | |
Open
File... | |
Open
Project... | |
Print... | |
Quit | |
Refresh
Status | |
Save | |
Save
All | |
Alternate Help on Selection | |
Help... | |
Language-Specific Help on
Selection | |
End Recording | |
Execute Last Macro | |
Start Recording | |
Comment Region | |
Complete Word | |
Convert Selection to
Lower Case | |
Convert Selection
to Upper Case | |
Find All Functions | |
Find Next Function | |
Find Previous Function | |
Jump to Matching Brace | |
Select Block | |
Select to Matching Brace | |
Un-comment Region | |
Add File | |
Add Folder | |
Commit Changes | |
Commit Changes in Folder | |
Compare | |
Compare Files in Folder | |
Edit | |
Remove File | |
Revert Changes | |
Revert Changes in Folder | |
Update | |
Update Folder | |
Focus on Bottom Pane | |
Focus on Editor | |
Focus on Projects Pane | |
Focus on Source Tab in
Editor | |
Focus on Toolbox Pane | |
Focus on View Tab in Editor | |
Show/Hide End of Lines | |
Show/Hide Whitespace | |
Toggle Bottom
Splitter | |
Toggle Project
Splitter | |
Toggle Toolbox Splitter | |
Use Fixed/Proportional Font | |
View/Hide Indentation Guides | |
View/Hide Line Numbers | |
Snippets Bold | |
Italic | |
Underline | |
Break Line | |
Header 1 | |
Header 2 | |
Header
3 | |
Header
4 | |
Header 5 | |
Header
6 | |
List Item | |
Ordered
List | |
Unordered List | |
Paragraph w/Dialog | |
Paragraph | |
Table 1 row 1 col | |
Table Row | |
Table Cell | |
Preformated
Text | |
URI Link
w/Dialog | |
URI Link | |
Form w/Dialog | |
Form Input w/Dialog | |
Form Select w/Dialog | |
Form
Option w/Dialog | |
Form Text Area w/Dialog | |
Top
You can configure custom key bindings for the following components:
Regardless of the component for which you are configuring a key binding,
the following fields are common:
Current Key Sequence: After selecting a command from the
list, the current key binding for the command in the selected scheme will be
displayed. Click the Clear button to delete the key binding
configuration. You cannot clear key bindings when the "Default Settings"
configuration is selected as the scheme. Instead, you will be prompted to
create a copy of the scheme. Use the Clear All button to delete
all key bindings for the current scheme.
New Key Sequence: Enter a new key binding for the selected
command. Press the keys that you want to use to invoke the command all together,
not in sequence. If a key binding is already configured, you must clear it
before adding a new key binding.
To change the key binding for a standard function (such as opening a file
or copying and pasting text), select Edit | Preferences | Editor |
Customize Key Bindings. Refer to the Preferences documentation
for information about creating custom key bindings.
To change the key binding for a macro,
right-click the macro in the
Project Manager
or the Toolbox,
select Properties, then click the Key Binding
tab. See Configuring Custom Key Bindings above for a
description of the fields.
To change the key binding for a
code snippet, right-click
the snippet in the
Project Manager
or the Toolbox,
select Properties, then click the Key Binding
tab. See Configuring Custom Key Bindings above for a
description of the fields.
To change the key binding for a
Run Command, right-click
the command in the
Project Manager
or the Toolbox,
select Properties, then click the Key Binding
tab. See Configuring Custom Key Bindings above for a
description of the fields.
Top
|