-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ショートカットキーの知見を共有するページを追加し、アラートブロック用のスニペットを追記 (#40)
* ショートカットキーに関するページを追加 * アラートのスニペットを追加
- Loading branch information
Showing
2 changed files
with
91 additions
and
0 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
--- | ||
title: ショートカットキー(macOS) | ||
description: Macで作業効率を上げるためのショートカットキーの知見を共有する、覚える。 | ||
--- | ||
{{% pageinfo %}} | ||
効率的な作業には欠かせないショートカットキー。 | ||
一覧にないお勧めのショートカットキーがあれば、ぜひ追記してください🚀 | ||
{{% /pageinfo %}} | ||
|
||
## シンボル | ||
|
||
| シンボル | 名前 | | ||
| --- | --- | | ||
| ⌘ | Command | | ||
| ⇧ | Shift | | ||
| ⌥ | Option | | ||
| ⌃ | Control | | ||
|
||
## Mac | ||
|
||
### カーソル操作 | ||
|
||
| キー | 機能 | | ||
| --- | --- | | ||
| ⌃ P | カーソルを1つ上に移動 | | ||
| ⌃ N | カーソルを1つ下に移動 | | ||
| ⌃ B | カーソルを1つ左に移動 | | ||
| ⌃ F | カーソルを1つ右に移動 | | ||
| ⌃ A | 行頭に移動 | | ||
| ⌃ E | 行末に移動 | | ||
| ⌃ H | カーソルの左の文字を削除 | | ||
| ⌃ D | カーソルの右の文字を削除 | | ||
| ⌃ K | カーソルの右の文字を全て削除 | | ||
| ⌃ T | カーソルの左右の文字を入れ替え | | ||
|
||
## Slack | ||
|
||
| キー | 機能 | | ||
| --- | --- | | ||
| ⌘ ⇧ A | 全未読メッセージを表示 | | ||
| ⌘ ⇧ T | スレッドを表示 | | ||
| ⌘ ⇧ M | アクティビティを表示 | | ||
| ⌘ [ | 戻る | | ||
| ⌘ ] | 進む | | ||
|
||
## VS Code | ||
|
||
| キー | 機能 | | ||
| --- | --- | | ||
| F5 | デバッグ開始 | | ||
| ⇧ F5 | デバッグ停止 | | ||
| ⌃ R | 履歴からプロジェクトを開く | | ||
| ⌘ ⇧ E | 今開いているファイルをExplorerで開く | | ||
| ⌘ ⇧ W | Windowを閉じる | | ||
|
||
## Timing | ||
|
||
| キー | 機能 | | ||
| --- | --- | | ||
| ⌘ ⌥ 1 | Today を表示 | | ||
| ⌘ ⌥ ⇧ 1 | Yesterday を表示 | |