Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Nov 5, 2023
1 parent fa1ae64 commit 4a14b9b
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,26 @@
# Window Switcher

Window-Switcher offers hotkeys for quickly switching windows on Windows OS.
Window-Switcher offers hotkeys for quickly switching windows on Windows OS:

## Usage

### ```ALT+`(backtick)```: switch between different windows of the same application.
1. ```ALT+`(backtick)```: switch between different windows of the same application.

![switch-windows](https://github.com/sigoden/window-switcher/assets/4012553/aca461f2-2381-4477-8ad3-8bb15776675b)

### ```ALT+tab```: switch between open application. (disabled by default)
2. ```ALT+TAB```: switch between open application. (disabled by default)

![switch-apps](https://github.com/sigoden/window-switcher/assets/4012553/3cbc0b93-9c4d-4505-bcbc-76ba34e925d7)


## Install

Download from the [Github Release](https://github.com/sigoden/windows-switcher/releases), unzip the `window-switcher.exe` file. Then, you can simply click on the executable file to run the application directly without the need for installation.
1. Download `windows-switcher.zip` from the [Github Release](https://github.com/sigoden/windows-switcher/releases).
2. Extract `window-switcher.exe` from zip file. It is a single executable file that does not require installation.
3. Double click on `window-switcher.exe`. Congratulations, you have successfully run Window-Switcher. Try the hotkeys.

You can configure following items by creating a `window-switcher.ini` file in the same directory as `window-switcher.exe`:

- Hide the tray icon.
- Set custom hotkeys.
- Disable hotkeys for specific apps.
- Turn on/off the switch apps functionality.
- Controls whether to skip the minimum windows.
## Configuration

You can configure following items by creating a `window-switcher.ini` file in the same directory as `window-switcher.exe`:

The default configuration is as follows:

Expand All @@ -46,7 +43,7 @@ ignore_minimal = no
[switch-apps]

# Whether to enable switching apps
enable = no
enable = no # 👈 Change the value to `yes` to enable Alt-TAB hotkey.

# Hotkey to switch apps
hotkey = alt+tab
Expand Down

0 comments on commit 4a14b9b

Please sign in to comment.