X-Git-Url: http://gitweb.michael.orlitzky.com/?p=firefox-user-prefs.git;a=blobdiff_plain;f=ui;fp=ui;h=78ba578601a2605fce5cf969bf173aed92126f72;hp=c2a1f5fdca33c4843be7f653d92eb763921d52df;hb=d21ccb822725bc469d452802ef74d36eee5547cf;hpb=1ebbb0d63bcb3102152edbce3a44cf27c1053e01 diff --git a/ui b/ui index c2a1f5f..78ba578 100644 --- a/ui +++ b/ui @@ -43,3 +43,16 @@ user_pref("network.IDN_show_punycode", true); * */ user_pref("browser.download.start_downloads_in_tmp_dir", true); + + +/* Disallow hotkey hijacking by default. + * + * When I hit Ctrl-K or Ctrl-L, I want that to be sent to the browser + * and not to (for example) Github. + * + * References: + * + * 1. https://support.mozilla.org/en-US/questions/1241294 + * + */ +user_pref("permissions.default.shortcuts", 2);