Created
June 26, 2014 15:31
-
-
Save metalefty/4848edbd5dd7141aa94c to your computer and use it in GitHub Desktop.
mikutterキーバインド
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UserConfig::shortcutkey_keybinds: | |
1: | |
:key: Control + Return | |
:name: "投稿する" | |
:slug: :post_it | |
2: | |
:key: Alt + x | |
:name: "コンソールを開く" | |
:slug: :console_open | |
3: | |
:key: f | |
:name: "ふぁぼふぁぼする" | |
:slug: :favorite | |
4: | |
:key: Shift + F | |
:name: "あんふぁぼ" | |
:slug: :delete_favorite | |
5: | |
:key: t | |
:name: "会話スレッドを表示" | |
:slug: :smartthread | |
6: | |
:key: j | |
:name: "一つ下のメッセージを選択" | |
:slug: :select_next | |
7: | |
:key: k | |
:name: "一つ上のメッセージを選択" | |
:slug: :select_prev | |
8: | |
:key: g | |
:name: ggrks | |
:slug: :google_search | |
9: | |
:key: u | |
:name: "ユーザについて" | |
:slug: :aboutuser | |
10: | |
:key: Tab | |
:name: "タブにフォーカス" | |
:slug: :focus_to_tab | |
11: | |
:key: l | |
:name: "右のタブを選択" | |
:slug: :focus_right_tab | |
12: | |
:key: h | |
:name: "左のタブを選択" | |
:slug: :focus_left_tab | |
14: | |
:key: Shift + R | |
:name: "全員に返信" | |
:slug: :reply_all | |
15: | |
:key: r | |
:name: "リツイート" | |
:slug: :retweet | |
16: | |
:key: Control + Tab | |
:name: "右のタブを選択" | |
:slug: :focus_right_tab | |
17: | |
:key: Control + Shift + ISO_Left_Tab | |
:name: "左のタブを選択" | |
:slug: :focus_left_tab | |
18: | |
:key: Shift + K | |
:name: "タイムラインの一番上にジャーンプ!" | |
:slug: :timeline_scroll_to_top | |
19: | |
:key: Return | |
:name: "返信" | |
:slug: :reply | |
21: | |
:key: d | |
:name: "タブを閉じる" | |
:slug: :close | |
22: | |
:key: q | |
:name: "ツイートのURLを引用" | |
:slug: :quote_tweet_as_url | |
23: | |
:key: o | |
:name: "リンクを開く" | |
:slug: :open_link | |
24: | |
:key: Control + bracketleft | |
:name: "投稿ボックスにフォーカス" | |
:slug: :focus_to_postbox | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment