mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 14:45:35 +00:00
Alter shortlink hotkey - for #58
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
* Tidy up old references to coriolis.io
|
* Tidy up old references to coriolis.io
|
||||||
* Add ability to add and remove special effects to weapon modifications
|
* Add ability to add and remove special effects to weapon modifications
|
||||||
* Add weapon engineering information to Damage Dealt section
|
* Add weapon engineering information to Damage Dealt section
|
||||||
|
* Change shortcut for link from ctrl-l to ctrl-o to avoid clash with location bar
|
||||||
|
|
||||||
#2.2.11
|
#2.2.11
|
||||||
* Add help system and initial help file
|
* Add help system and initial help file
|
||||||
|
|||||||
@@ -174,8 +174,8 @@ export default class Coriolis extends React.Component {
|
|||||||
this._showModal(<ModalImport />);
|
this._showModal(<ModalImport />);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 76: // 'l'
|
case 79: // 'o'
|
||||||
if (e.ctrlKey || e.metaKey) { // CTRL/CMD + l
|
if (e.ctrlKey || e.metaKey) { // CTRL/CMD + o
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
this._showModal(<ModalPermalink url={window.location.href}/>);
|
this._showModal(<ModalPermalink url={window.location.href}/>);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -291,7 +291,7 @@ The damage received panel provides information about the effectiveness of your b
|
|||||||
<dt>Ctrl-e</dt><dd>open export dialogue (outfitting page only)</dd>
|
<dt>Ctrl-e</dt><dd>open export dialogue (outfitting page only)</dd>
|
||||||
<dt>Ctrl-h</dt><dd>open help dialogue</dd>
|
<dt>Ctrl-h</dt><dd>open help dialogue</dd>
|
||||||
<dt>Ctrl-i</dt><dd>open import dialogue</dd>
|
<dt>Ctrl-i</dt><dd>open import dialogue</dd>
|
||||||
<dt>Ctrl-l</dt><dd>open shortlink dialogue</dd>
|
<dt>Ctrl-o</dt><dd>open shortlink dialogue</dd>
|
||||||
<dt>Esc</dt><dd>close any open dialogue</dd>
|
<dt>Esc</dt><dd>close any open dialogue</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<h1>Glossary</h1>
|
<h1>Glossary</h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user