You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/routes/docs/customize-settings/actions/+page.md
+20-21Lines changed: 20 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,43 +6,42 @@ title: Actions
6
6
import { InfoBar } from"fluent-svelte";
7
7
</script>
8
8
9
-
Actions are commands that you can perform on items, such as files, folders, images, etc. The [Command Palette](/docs/features/command-palette/)(`Ctrl`+`Shift`+`P`) will show you a list of available actions for the selected item(s), along with their key bindings.
9
+
**Actions** are commands you can perform on items like files, folders, and images. Use the [Command Palette](/docs/features/command-palette/) (`Ctrl`+`Shift`+`P`) to view a searchable list of available actions, along with their current key bindings.
10
10
11
+
## Customizing actions
11
12
12
-
# Customizing Actions
13
-
14
-
You can customize the key bindings for actions from the Actions page in Settings (Files > Settings > Actions).
13
+
You can customize key bindings from the **Actions** page in Settings. Navigate to **Files > Settings > Actions** to get started.
The default key bindings in Files are largely based on the common shortcuts that users have come to expect from a file manager. To modify a key binding, follow these steps:
22
-
23
-
1. Click the edit button next to the action you wish to modify (eg. Help).
24
-
2. Input the new key binding using the keyboard (e. F3).
25
-
3. Click the save button and test out the new key binding.
19
+
1. Click the **edit** button next to the action you'd like to change (e.g. "Help").
20
+
2. Enter the new shortcut using your keyboard (e.g. `F3`).
In addition to modifying key bindings, you can also delete them and free up the keys for other actions. Please note, deleting an action is immediate and no confirmation is displayed.
25
+
You can also **remove** a key binding entirely. This frees up the shortcut for use elsewhere, but note that deletion takes effect immediately and is not confirmed.
30
26
31
-
## Adding additional key bindings
27
+
###Adding additional key bindings
32
28
33
29
<InfoBarseverity="information">
34
-
Support for custom args is not currently available but we're exploring this option for the future.
30
+
Support for custom arguments isn't available yet, but we're exploring it for future releases.
35
31
</InfoBar>
36
32
37
-
Files has a growing list of actions and as the list continues grows, not all actions come with a default key binding. To assign a key binding, follow these steps:
33
+
Not all actions have default shortcuts, especially as the list continues to grow. To assign a key binding:
38
34
39
-
1. Click the "Add command" button.
40
-
2.Select an action from the list (eg. "Pin to start menu").
41
-
3.Input the key binding (eg. ctrl + shift + s)
42
-
4. Click the save button test out the key binding by selecting a file and using the`ctrl` + `shift` + `s` shortcut.
35
+
1. Click the **Add command** button.
36
+
2.Choose an action from the list (e.g. "Pin to Start menu").
37
+
3.Enter your desired shortcut (e.g. `Ctrl + Shift + S`).
38
+
4. Click **Save**, then test it by selecting an item and using the shortcut.
0 commit comments