mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
KBM language adjustment (#15204)
* adjusting langauge to help clarify * spelling adjustment * Update Resources.resx
This commit is contained in:
@@ -152,14 +152,15 @@
|
|||||||
<value>Continue Anyway</value>
|
<value>Continue Anyway</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EditKeyboard_SourceHeader" xml:space="preserve">
|
<data name="EditKeyboard_SourceHeader" xml:space="preserve">
|
||||||
<value>Key:</value>
|
<value>Physical Key:</value>
|
||||||
<comment>Key on a keyboard</comment>
|
<comment>Key on a keyboard</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="EditKeyboard_TargetHeader" xml:space="preserve">
|
<data name="EditKeyboard_TargetHeader" xml:space="preserve">
|
||||||
<value>Mapped To:</value>
|
<value>Mapped To:</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EditShortcuts_SourceHeader" xml:space="preserve">
|
<data name="EditShortcuts_SourceHeader" xml:space="preserve">
|
||||||
<value>Shortcut:</value>
|
<value>Physical Shortcut:</value>
|
||||||
|
<comment>key sequence on a keyboard, example Control+C to copy a string</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="EditShortcuts_TargetHeader" xml:space="preserve">
|
<data name="EditShortcuts_TargetHeader" xml:space="preserve">
|
||||||
<value>Mapped To:</value>
|
<value>Mapped To:</value>
|
||||||
@@ -180,13 +181,13 @@
|
|||||||
<value>Select the key you want to change (Key) and then the key or shortcut you want it to become (Mapped To).</value>
|
<value>Select the key you want to change (Key) and then the key or shortcut you want it to become (Mapped To).</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EditKeyboard_InfoExample" xml:space="preserve">
|
<data name="EditKeyboard_InfoExample" xml:space="preserve">
|
||||||
<value>For example, if you want to press A and get "Ctrl+C", key "A" would be your "Key" column and the shortcut "Ctrl+C" would be your "Mapped To" column.</value>
|
<value>Example of a remapping: Press A and get "Ctrl+C", "A" would be your "Physical Key" and "Ctrl+C" would be your "Mapped To" command.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EditShortcuts_Info" xml:space="preserve">
|
<data name="EditShortcuts_Info" xml:space="preserve">
|
||||||
<value>Select the shortcut you want to change (Shortcut) and then the key or shortcut you want it to invoke (Mapped To).</value>
|
<value>Select the shortcut you want to change (Shortcut) and then the key or shortcut you want it to invoke (Mapped To).</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EditShortcuts_InfoExample" xml:space="preserve">
|
<data name="EditShortcuts_InfoExample" xml:space="preserve">
|
||||||
<value>For example, if you want to press "Ctrl+C" and get "Alt" only on Microsoft Edge, "Ctrl+C" would be your "Shortcut" column, the key "Alt" would be your "Mapped To" column, and "MSEdge" would be your "Target App" column. If no target app is entered, it will apply globally. The name must be the process name and not the app name.</value>
|
<value>Example of a remapping: Press "Alt+T" and get "Ctrl+T" only on Microsoft Edge, "Alt+T" would be your "Physical Shortcut", "Ctrl+T" would be your "Mapped To", and "MSEdge" (exe name) would be your "Target App". Note, if you remapped a physical key, that will influence the "Physical Shortcut".</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Type_Button" xml:space="preserve">
|
<data name="Type_Button" xml:space="preserve">
|
||||||
<value>Type</value>
|
<value>Type</value>
|
||||||
@@ -304,4 +305,4 @@
|
|||||||
<value>Disable can not be an action or a modifier key</value>
|
<value>Disable can not be an action or a modifier key</value>
|
||||||
<comment>Key on a keyboard</comment>
|
<comment>Key on a keyboard</comment>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
Reference in New Issue
Block a user