Bug 843559 - Change Profiler shortcut to Shift-F5, r=msucan

This commit is contained in:
Anton Kovalyov 2013-03-19 11:22:03 -07:00
Родитель e0ae39add5
Коммит c58a51c245
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -149,7 +149,7 @@ let profilerDefinition = {
accesskey: l10n("profiler.accesskey", profilerStrings),
key: l10n("profiler.commandkey", profilerStrings),
ordinal: 4,
modifiers: osString == "Darwin" ? "accel,alt" : "accel,shift",
modifiers: "shift",
killswitch: "devtools.profiler.enabled",
url: "chrome://browser/content/profiler.xul",
label: l10n("profiler.label", profilerStrings),

Просмотреть файл

@ -17,7 +17,7 @@ profiler.label=Profiler
# LOCALIZATION NOTE (profiler.commandkey, profiler.accesskey)
# Used for the menuitem in the tool menu
profiler.commandkey=Y
profiler.commandkey=VK_F5
profiler.accesskey=P
# LOCALIZATION NOTE (profiler.tooltip):
@ -81,4 +81,4 @@ profiler.loading=Loading profile…
# LOCALIZATION NOTE (profiler.alreadyRunning)
# This string is displayed in the profiler whenever there is already
# 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.