Skip to content

Commit 90ac68f

Browse files
Replace em dashes with en dashes
1 parent b50ef10 commit 90ac68f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
- The app now integrates with the clipboard directly on Linux, without xsel, but this may not work well on older desktop
1717
environments, so integration through xsel is still possible
1818
- The internal format of the settings was changed, so when updating to version 4.2 from older versions, the settings
19-
will be reverted to the defaults you should reconfigure the app if you had custom configuration before
19+
will be reverted to the defaults you should reconfigure the app if you had custom configuration before
2020
- Windows installer doesn't delete all users' configurations when uninstalling the app anymore
2121
- Purging configuration is now available on Linux for deb packages and the _tar.gz_ file
2222
- The settings app now does auto-configuration by itself when being opened for the first time
@@ -40,7 +40,7 @@ This is the first minor release which contains new features instead of just bug
4040
## [v4.0](https://github.com/TolikPylypchuk/KeyboardSwitch/releases/tag/v4.0) (November 28, 2021)
4141

4242
- The app now works on Linux (via X11 only; Wayland is not supported)
43-
- The legacy hot-key mode was removed only the modifier keys mode is available
43+
- The legacy hot-key mode was removed only the modifier keys mode is available
4444
- The UI theme is overhauled
4545
- The converter is hidden by default
4646
- .NET 6 is used instead of .NET Core 3.1

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ That's it!
88

99
Keyboard Switch consists of two apps:
1010

11-
- Keyboard Switch Service this app always runs in the background and does the switching when you press the magic key
11+
- Keyboard Switch Service this app always runs in the background and does the switching when you press the magic key
1212
combination
1313

14-
- Keyboard Switch Settings this app is used to configure the service app
14+
- Keyboard Switch Settings this app is used to configure the service app
1515

1616
## Quick Start
1717

@@ -39,7 +39,7 @@ To switch text forward, select the text, and press <kbd>Ctrl</kbd>+<kbd>Shift</k
3939
Download the _.pkg_ file to install the app. If your computer runs on an Intel CPU then you should get the _x86\_64_
4040
package. If your computer runs on an Apple CPU (e.g. M1) then you should get the _arm64_ package.
4141

42-
After installing the app, open Keyboard Switch Settings it should appear in the list of your apps.
42+
After installing the app, open Keyboard Switch Settings it should appear in the list of your apps.
4343

4444
Immediately upon opening the app, a dialog window should appear which says that Keyboard Switch would like to control
4545
this computer using accessibility features. The app needs this to listen to the magic key combination while running in
@@ -63,7 +63,7 @@ To uninstall Keyboard Switch you should run an uninstaller package. You can get
6363
The app is available as a deb package (for Debian-based distributions, such as Ubuntu, Mint etc.), an RPM package (for
6464
RHEL-based distributions, like Rocky Linux or Fedora, as well as SUSE), and a simple _tar.gz_ file.
6565

66-
Note that Keyboard Switch only works on X11 it won't work on Wayland (even with XWayland).
66+
Note that Keyboard Switch only works on X11 it won't work on Wayland (even with XWayland).
6767

6868
If you use the deb or RPM package, then simply install it either by double-clicking on it, or through the terminal. If
6969
you use the _tar.gz_ file, then the set-up is not quite as quick, so you can read about it in
@@ -72,7 +72,7 @@ you use the _tar.gz_ file, then the set-up is not quite as quick, so you can rea
7272
Bear in mind that the RPM package may need
7373
[additional setup](https://docs.keyboardswitch.tolik.io/usage-guides/installation#linux).
7474

75-
After installing the app, open Keyboard Switch Settings it should appear in the list of your apps (if your desktop
75+
After installing the app, open Keyboard Switch Settings it should appear in the list of your apps (if your desktop
7676
environment groups your apps, then it will most probably appear under the _Utilities_ or _Accessories_ group).
7777

7878
If your desktop environment is GNOME then you should restart it right after opening Keyboard Switch Settings. If you're

0 commit comments

Comments
 (0)