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|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 | |
Listen for Remote Debugger... | |
Run Without Debugging | |
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+Shift+C | Ctrl+C | Ctrl+Insert |
|
Cut | Ctrl+Shift+X | Shift+Delete | Ctrl+X |
|
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 Newline (align with current line) | |
Insert Newline (continue comments) | |
Insert Newline (no favors) | |
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 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 | |
Edit Properties | |
Least Recently Viewed File | |
Most Recently Viewed File | |
New File (default type) | |
New File... | |
Next File | |
Open File... | |
Open Project... | |
Previous File | |
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 | |
Complete Word (backwards) | |
Convert Selection to Lowercase | |
Convert Selection to Uppercase | |
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 | |
Browser Preview | |
Focus on Editor | |
Show/Hide End of Lines | |
Show/Hide Whitespace | |
Use Fixed/Proportional Font | |
View Source | |
View/Hide Indentation Guides | |
View/Hide Line Numbers | |
Word-Wrap Long Lines | |
Quote_Snip | |
<b> Bold | |
<i> Italic | |
<u> Underline | |
<br/> Break Line | |
<h1> Header 1 | |
<h2> Header 2 | |
<h3> Header 3 | |
<h4> Header 4 | |
<h5> Header 5 | |
<h6> Header 6 | |
<li> List Item | |
<ol> Ordered List | |
<ul> Unordered List | |
<p> Paragraph w/Dialog | |
<p> Paragraph | |
<table> Table 1 row 1 col | |
<tr> Table Row | |
<td> Table Cell | |
<pre> Preformatted Text | |
<A> URI Link w/Dialog | |
<A> URI Link | |
<form> Form w/Dialog | |
<input/> Form Input w/Dialog | |
<select> Form Select w/Dialog | |
<option> Form Option w/Dialog | |
<textarea> 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. If the key
sequence you choose has already been assigned to another command, it will be
displayed in the Key Sequence Already Used By field. 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|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
|