Skip to content

Commit 212fc34

Browse files
committed
🚚 Rename page
1 parent f12fdbf commit 212fc34

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default defineConfig({
5454
'item-run-command',
5555
'item-file',
5656
'item-simulate-hotkey',
57-
'item-simulate-macro',
57+
'item-execute-macro',
5858
'item-paste-text',
5959
'item-open-uri',
6060
'item-redirect',

src/content/docs/config-files.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ For now, the `type` property of a menu item can be one of the following values:
433433
* [`"command"`](/item-run-command)
434434
* [`"file"`](/item-file)
435435
* [`"hotkey"`](/item-simulate-hotkey)
436-
* [`"macro"`](/item-simulate-macro)
436+
* [`"macro"`](/item-execute-macro)
437437
* [`"redirect"`](/item-redirect)
438438
* [`"settings"`](/item-settings)
439439
* [`"submenu"`](/item-submenu)

src/content/docs/creating-menus.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Click on an item to learn more about it!
4747
<LinkCard title="Run Command" description='Can be used to open applications or run shell commands.' href="/item-run-command"/>
4848
<LinkCard title="Open File" description='Can be used to open files, websites, and more.' href="/item-file"/>
4949
<LinkCard title="Simulate Hotkey" description='Simulates a simple keyboard shortcut.' href="/item-simulate-hotkey"/>
50-
<LinkCard title="Simulate Macro" description='Simulates a complex sequence of keyboard shortcuts.' href="/item-simulate-macro"/>
50+
<LinkCard title="Execute Macro" description='Simulates a complex sequence of keyboard shortcuts.' href="/item-execute-macro"/>
5151
<LinkCard title="Paste Text" description='Paste a given text into the focused application.' href="/item-paste-text"/>
5252
<LinkCard title="Open URI" description='Use this to open files, websites, and more.' href="/item-open-uri"/>
5353
<LinkCard title="Redirect to another Menu" description='Use this as a link to another menu.' href="/item-redirect"/>

src/content/docs/item-simulate-macro.mdx renamed to src/content/docs/item-execute-macro.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# SPDX-FileCopyrightText: Simon Schneegans <[email protected]>
33
# SPDX-License-Identifier: CC-BY-4.0
44

5-
title: Simulate Macro
6-
description: A menu item which simulates a complex macro.
5+
title: Execute Macro
6+
description: A menu item which executes a keyboard macro.
77
tableOfContents: true
88
---
99

0 commit comments

Comments
 (0)