Skip to content

Commit 3b85c47

Browse files
committed
Updated docs for actions
1 parent 2edfc62 commit 3b85c47

File tree

1 file changed

+20
-21
lines changed
  • src/routes/docs/customize-settings/actions

1 file changed

+20
-21
lines changed

src/routes/docs/customize-settings/actions/+page.md

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,43 +6,42 @@ title: Actions
66
import { InfoBar } from "fluent-svelte";
77
</script>
88

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.
1010

11+
## Customizing actions
1112

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.
1514

1615
![Actions settings page](/docs-resources/Settings-Actions.png)
1716

17+
### Modifying existing key bindings
1818

19-
## Modifying existing key bindings
20-
21-
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`).
21+
3. Click **Save**, and test it out.
2622

2723
![Edit actions](/docs-resources/Settings-Actions-Edit.png)
2824

29-
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.
3026

31-
## Adding additional key bindings
27+
### Adding additional key bindings
3228

3329
<InfoBar severity="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.
3531
</InfoBar>
3632

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:
3834

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.
4339

4440
![Add actions](/docs-resources/Settings-Actions-Add.png)
4541

46-
## Restoring defaults
42+
### Restoring defaults
43+
44+
If you want to revert to the original key bindings:
4745

48-
If you wish to restore the default key key bindings, click the "Restore defaults" button and click on "Yes" to confirm.
46+
1. Click the **Restore defaults** button.
47+
2. Confirm the reset by selecting **Yes** in the prompt.

0 commit comments

Comments
 (0)