1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24 | <page xmlns="http://projectmallard.org/1.0/"
type="topic"
id="global_key">
<info>
<link type="guide" xref="index#extra"/>
<desc>Global keyboard shortcut for radio switching.</desc>
</info>
<title>Global_key</title>
<p>Using the global_key extension you can define a keyboard shortcut for switching within
a list of favourite radio stations. Per default it uses your bookmarks list, but it can be
configured to alternate in any other channel.</p>
<p>This is useful if you don't want to keep the streamtuner2 window in the foreground
all the time, but still want to switch radios easily.</p>
<p>Go into settings <key>F12</key> for plugins to define a keyboard shortcut:</p>
<table shade="rows" rules="rows cols">
<thead> <tr><td><p>keyspec</p></td> <td><p>corresponds to</p></td></tr> </thead>
<tr><td><p><input>F9</input></p></td> <td><p>Responds to only <key>F9</key>. (too generic)</p></td></tr>
<tr><td><p><input><Meta>R</input></p></td> <td><p>often the 'Windows'-key and R</p></td></tr> |
|
|
|
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24 | <page xmlns="http://projectmallard.org/1.0/"
type="guide"
id="global_key">
<info>
<link type="guide" xref="index#extra"/>
<desc>Global keyboard shortcut for radio switching.</desc>
</info>
<title>Global_key</title>
<p>Using the global_key extension you can define a keyboard shortcut for switching within
a list of favourite radio stations. Per default it uses your bookmarks list, but it can be
configured to alternate in any other channel.</p>
<p>This is useful if you don't want to keep streamtuner2 atop your
desktop all the time, but still want to switch radios easily.</p>
<p>Go into settings <key>F12</key> for plugins to define a keyboard shortcut:</p>
<table shade="rows" rules="rows cols">
<thead> <tr><td><p>keyspec</p></td> <td><p>corresponds to</p></td></tr> </thead>
<tr><td><p><input>F9</input></p></td> <td><p>Responds to only <key>F9</key>. (too generic)</p></td></tr>
<tr><td><p><input><Meta>R</input></p></td> <td><p>often the 'Windows'-key and R</p></td></tr> |