Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2017-10-28 14:32:39 +0300
committerbrantje <brantje@gmail.com>2017-10-28 14:32:39 +0300
commit00ddf2599b9557f031294211e2c2e9a55b89fd86 (patch)
treea19d42f205ffae45dedc18edb191c9c6b1a817d2 /manifest.json
parent26f5c86029305c239ee6dfa93d2a3fea73a9c472 (diff)
Fix
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/manifest.json b/manifest.json
index 1ca0997..1429fd0 100644
--- a/manifest.json
+++ b/manifest.json
@@ -53,10 +53,10 @@
"commands":{
"_execute_browser_action": {
"suggested_key": {
- "windows": "Alt+Down Arrow",
- "mac": "Alt+Down Arrow",
- "chromeos": "Alt+Down Arrow",
- "linux": "Alt+Down Arrow"
+ "windows": "Alt+Down",
+ "mac": "Alt+Down",
+ "chromeos": "Alt+Down",
+ "linux": "Alt+Down"
}
}
},