Difference between revisions of "Shortcut"

From AMule Project FAQ
Jump to: navigation, search
m (Fix markup)
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
[[Usage aMule|Back to Index]]
 +
 
== Built-in shortcuts ==
 
== Built-in shortcuts ==
  
Line 9: Line 11:
 
| '''Shortcut''' || '''Window''' || '''Action'''
 
| '''Shortcut''' || '''Window''' || '''Action'''
 
|-
 
|-
| ''<CTRL>+Q'' || All || Exit aMule
+
| ''&lt;CTRL>+&lt;Q>'' || All || Exit aMule
 
|-
 
|-
| ''<ENTER>'' || Networks/ED2K || Connect to selected server
+
| ''&lt;F1>'' || All || Show help
 
|-
 
|-
| ''<DEL> || Networks/ED2K || Remove selected server
+
| ''&lt;CTRL>+&lt;A>'' || All || Select all items from list
 
|-
 
|-
| ''<ENTER>'' || Search || Start search/download
+
| ''&lt;DEL> || All || Remove selected item from list (if possible)
 
|-
 
|-
| ''<ENTER>'' || Transfers || Expand/hide selected file sources
+
| ''*'' || All || Typing in a list will jump to the item which's first column value begins with the typed string
 
|-
 
|-
| ''<DEL> or <BACKSPACE>'' || Transfers || Cancel selected download
+
| ''&lt;ENTER>'' || Networks/ED2K || Connect to selected server
 
|-
 
|-
| ''<F2>'' || Transfers || Rename selected download
+
| ''&lt;ENTER>'' || Search || Start search/download
 
|-
 
|-
| ''<ENTER>'' || Messages || Chat with selected user
+
| ''&lt;ENTER>'' || Transfers || Expand/hide selected file sources
 +
|-
 +
| ''&lt;F2>'' || Transfers || Rename selected download (Except for completed downloads)
 +
|-
 +
| ''&lt;F2>'' || Shared Files || Rename selected file
 +
|-
 +
| ''&lt;ENTER>'' || Messages || Chat with selected user
 
|}
 
|}
  
Line 31: Line 39:
 
|+ Mouse shortcuts
 
|+ Mouse shortcuts
 
| '''Shortcut''' || '''Window''' || '''Action'''
 
| '''Shortcut''' || '''Window''' || '''Action'''
 +
|-
 +
| ''&lt;CTRL>+&lt;ALT>+Middle click'' || All (Main window) || Show [[wxWidgets]] version
 
|-
 
|-
 
| ''Double click'' || Networks/ED2K || Connect to selected server
 
| ''Double click'' || Networks/ED2K || Connect to selected server
Line 50: Line 60:
  
 
Also, since [[wxWidgets]] ignores user-defined hot keys, they cannot be saved from session to session.
 
Also, since [[wxWidgets]] ignores user-defined hot keys, they cannot be saved from session to session.
 +
 +
<center>[[Usage aMule|Back to Index]]</center>

Latest revision as of 10:01, 16 October 2012

Back to Index

Built-in shortcuts

The following are shortcuts you can use with aMule.

Keyboard shortcuts

Keyboard shortcuts
Shortcut Window Action
<CTRL>+<Q> All Exit aMule
<F1> All Show help
<CTRL>+<A> All Select all items from list
<DEL> All Remove selected item from list (if possible)
* All Typing in a list will jump to the item which's first column value begins with the typed string
<ENTER> Networks/ED2K Connect to selected server
<ENTER> Search Start search/download
<ENTER> Transfers Expand/hide selected file sources
<F2> Transfers Rename selected download (Except for completed downloads)
<F2> Shared Files Rename selected file
<ENTER> Messages Chat with selected user

Mouse shortcuts

Mouse shortcuts
Shortcut Window Action
<CTRL>+<ALT>+Middle click All (Main window) Show wxWidgets version
Double click Networks/ED2K Connect to selected server
Double click Search Start selected download
Middle click Transfers Show selected file/client details
Double click Transfers Expand selected file sources
Double click Messages Chat with selected user
Double click Statistics Expand/hide statistics

User defined

Hot keys can be defined in GTK1, but not with GTK2. Anyway, they are ignored (since wxWidgets ignores them), so we won't explain how to do this as it is of absolutely no use with aMule.

Also, since wxWidgets ignores user-defined hot keys, they cannot be saved from session to session.

Back to Index