Difference between revisions of "Shortcut"

From AMule Project FAQ
Jump to: navigation, search
m (Fix markup)
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Hot keys can be defined in the [http://www.gtk.org GTK]1 version, but not the [http://www.gtk.org GTK]2 version but they are ignored (since [[wxWidgets]] ignores them).
+
[[Usage aMule|Back to Index]]
  
Also, they cannot currently be saved from session to session.
+
== 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 [http://www.gtk.org GTK]1, but not with [http://www.gtk.org GTK]2. 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.
 +
 
 +
<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