> For the complete documentation index, see [llms.txt](https://manuscript.knightsoftheeditingtable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manuscript.knightsoftheeditingtable.com/website/free/convert-kys-file.md).

# Convert .kys file

Convert Premiere Pro keyboard shortcuts between macOS and Windows.

![](/files/-MBZ74eLUPNqP0exMz-9)

After upload .kys file you can remap your shortcuts.

{% tabs %}
{% tab title="macOS -> Windows" %}
**⌘** *(cmd)* becomes **Ctrl**, **⌃***(ctrl)* becomes **Ctrl**

In case of conflict shortcut will be outlined with orange color.

{% hint style="warning" %}
If you choose to download without solving command conflicts, these commands will no longer have a shortcut
{% endhint %}
{% endtab %}

{% tab title="Windows -> macOS" %}
**Ctrl** becomes **⌘** *(cmd)*
{% endtab %}
{% endtabs %}

The location of the customized keyboard shortcuts file depends on whether you've signed in to Creative Cloud Sync Settings in Premiere Pro or not.

{% tabs %}
{% tab title="macOS" %}
Signed into Creative Cloud Sync Settings

```
Users/[username]/Documents/Adobe/Premiere Pro/[version]/Profile-CreativeCloud-/Mac/
```

Signed out of Creative Cloud Sync Settings

```
Users/[username]/Documents/Adobe/Premiere Pro/[version]/Profile-username/Mac/
```

{% endtab %}

{% tab title="Windows" %}
Signed into Creative Cloud Sync Settings

```
Users\[username]\Documents\Adobe\Premiere Pro\[version]\Profile-CreativeCloud-\Win\
```

Signed out of Creative Cloud Sync Settings

```
Users\[username]\Documents\Adobe\Premiere Pro\[version]\Profile-username\Win\
```

{% endtab %}
{% endtabs %}

{% hint style="info" %}
More information about keyboard shortcuts in Premiere Pro on [official website](https://helpx.adobe.com/premiere-pro/using/keyboard-shortcuts.html)
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://manuscript.knightsoftheeditingtable.com/website/free/convert-kys-file.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
