mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-03 04:52:54 +00:00
Bug 843559 - Change Profiler shortcut to Shift-F5, r=msucan
This commit is contained in:
parent
e0ae39add5
commit
c58a51c245
@ -149,7 +149,7 @@ let profilerDefinition = {
|
|||||||
accesskey: l10n("profiler.accesskey", profilerStrings),
|
accesskey: l10n("profiler.accesskey", profilerStrings),
|
||||||
key: l10n("profiler.commandkey", profilerStrings),
|
key: l10n("profiler.commandkey", profilerStrings),
|
||||||
ordinal: 4,
|
ordinal: 4,
|
||||||
modifiers: osString == "Darwin" ? "accel,alt" : "accel,shift",
|
modifiers: "shift",
|
||||||
killswitch: "devtools.profiler.enabled",
|
killswitch: "devtools.profiler.enabled",
|
||||||
url: "chrome://browser/content/profiler.xul",
|
url: "chrome://browser/content/profiler.xul",
|
||||||
label: l10n("profiler.label", profilerStrings),
|
label: l10n("profiler.label", profilerStrings),
|
||||||
|
@ -17,7 +17,7 @@ profiler.label=Profiler
|
|||||||
|
|
||||||
# LOCALIZATION NOTE (profiler.commandkey, profiler.accesskey)
|
# LOCALIZATION NOTE (profiler.commandkey, profiler.accesskey)
|
||||||
# Used for the menuitem in the tool menu
|
# Used for the menuitem in the tool menu
|
||||||
profiler.commandkey=Y
|
profiler.commandkey=VK_F5
|
||||||
profiler.accesskey=P
|
profiler.accesskey=P
|
||||||
|
|
||||||
# LOCALIZATION NOTE (profiler.tooltip):
|
# LOCALIZATION NOTE (profiler.tooltip):
|
||||||
@ -81,4 +81,4 @@ profiler.loading=Loading profile…
|
|||||||
# LOCALIZATION NOTE (profiler.alreadyRunning)
|
# LOCALIZATION NOTE (profiler.alreadyRunning)
|
||||||
# This string is displayed in the profiler whenever there is already
|
# This string is displayed in the profiler whenever there is already
|
||||||
# another running profile. Users can run only one profile at a time.
|
# another running profile. Users can run only one profile at a time.
|
||||||
profiler.alreadyRunning=Profiler is already running. If you want to run this profile stop Profile %S first.
|
profiler.alreadyRunning=Profiler is already running. If you want to run this profile stop Profile %S first.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user