summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2020-02-09 19:34:26 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2020-02-09 19:34:26 +0900
commit2b20c34c1e67e06ae13d25de96f2147341e92446 (patch)
treee020f9e5d8e3d16c36d37921495fa2a333178847 /src/client
parentUpdate messaging-room.vue (diff)
downloadmisskey-2b20c34c1e67e06ae13d25de96f2147341e92446.tar.gz
misskey-2b20c34c1e67e06ae13d25de96f2147341e92446.tar.bz2
misskey-2b20c34c1e67e06ae13d25de96f2147341e92446.zip
Add search shortcut
Diffstat (limited to 'src/client')
-rw-r--r--src/client/app.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/app.vue b/src/client/app.vue
index 74bf95b72d..e7f61f589e 100644
--- a/src/client/app.vue
+++ b/src/client/app.vue
@@ -193,6 +193,7 @@ export default Vue.extend({
return {
'p': this.post,
'n': this.post,
+ 's': this.search,
'h|/': this.help
};
},