diff --git a/ChangeLog.md b/ChangeLog.md
index a3d1a7d4..228127e7 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -2,6 +2,7 @@
* Tidy up old references to coriolis.io
* Add ability to add and remove special effects to weapon modifications
* 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
* Add help system and initial help file
diff --git a/src/app/Coriolis.jsx b/src/app/Coriolis.jsx
index bc7fb168..9408afbd 100644
--- a/src/app/Coriolis.jsx
+++ b/src/app/Coriolis.jsx
@@ -174,8 +174,8 @@ export default class Coriolis extends React.Component {
this._showModal();
}
break;
- case 76: // 'l'
- if (e.ctrlKey || e.metaKey) { // CTRL/CMD + l
+ case 79: // 'o'
+ if (e.ctrlKey || e.metaKey) { // CTRL/CMD + o
e.preventDefault();
this._showModal();
}
diff --git a/src/app/i18n/en.js b/src/app/i18n/en.js
index 3fdbaadf..5062f672 100644
--- a/src/app/i18n/en.js
+++ b/src/app/i18n/en.js
@@ -291,7 +291,7 @@ The damage received panel provides information about the effectiveness of your b
Ctrl-eopen export dialogue (outfitting page only)
Ctrl-hopen help dialogue
Ctrl-iopen import dialogue
-Ctrl-lopen shortlink dialogue
+Ctrl-oopen shortlink dialogue
Escclose any open dialogue
Glossary