Change ctrl/command up/down to alt/option up/down to align with other apps
This commit is contained in:
parent
5ed8cc6320
commit
9c5147ae09
@ -37,8 +37,8 @@ Mousetrap.bind([
|
|||||||
});
|
});
|
||||||
|
|
||||||
Mousetrap.bind([
|
Mousetrap.bind([
|
||||||
"mod+up",
|
"alt+up",
|
||||||
"mod+down",
|
"alt+down",
|
||||||
], function(e, keys) {
|
], function(e, keys) {
|
||||||
const channels = sidebar.find(".chan");
|
const channels = sidebar.find(".chan");
|
||||||
const index = channels.index(channels.filter(".active"));
|
const index = channels.index(channels.filter(".active"));
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
|
|
||||||
<div class="help-item">
|
<div class="help-item">
|
||||||
<div class="subject">
|
<div class="subject">
|
||||||
<kbd class="key-all">Ctrl</kbd><kbd class="key-apple">⌘</kbd> + <kbd>↑</kbd> / <kbd>↓</kbd>
|
<kbd class="key-all">Alt</kbd><kbd class="key-apple">⌥</kbd> + <kbd>↑</kbd> / <kbd>↓</kbd>
|
||||||
</div>
|
</div>
|
||||||
<div class="description">
|
<div class="description">
|
||||||
<p>Switch to the previous/next window in the channel list.</p>
|
<p>Switch to the previous/next window in the channel list.</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user