Skip to content

Commit 85826fd

Browse files
committed
chore: release v1.13.0
1 parent cc9de01 commit 85826fd

File tree

4 files changed

+42
-71
lines changed

4 files changed

+42
-71
lines changed

Cargo.lock

Lines changed: 39 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "window-switcher"
3-
version = "1.12.0"
3+
version = "1.13.0"
44
edition = "2021"
55

66
[dependencies]

README.md

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -71,35 +71,6 @@ The window-switcher works in standard user mode. But only the window-switcher ru
7171

7272
**Important:** If you enable the startup option while running in standard user mode, it will launch in standard mode upon system reboot. To ensure startup with admin privileges, launch the window-switcher as administrator first before enabling startup.
7373

74-
<details>
75-
<summary>
76-
77-
## Hotkeys for non-English keyboard layouts
78-
79-
When using non-English keyboard layouts, standard keycodes might not match the expected keys, leading to functionality issues with hotkeys. To ensure your hotkeys work correctly, follow these guidelines:
80-
81-
</summary>
82-
83-
1. **Visit kbdlayout.info**: Go to [http://kbdlayout.info/shortcut](http://kbdlayout.info/shortcut) and select your keyboard layout and desired keys. This will provide an image and detailed mapping.
84-
85-
![kbdlayout](https://github.com/user-attachments/assets/311c452a-d725-4853-adfe-097f63caf21a)
86-
87-
2. **Keycode Mapping**: Use the keycodes provided to correctly map your hotkeys. Here are some standard keycodes:
88-
89-
https://github.com/sigoden/window-switcher/blob/55f00463318971fca79204fe7a4eb9592f659881/src/config.rs#L227-L324
90-
91-
3. **Customizing for Language-Specific Keyboards**:
92-
93-
- If your keyboard is in a language other than English, such as German, you may need to adjust the hotkeys. For example:
94-
- Original hotkey: ``` alt+` ```
95-
- Adjusted hotkey: `alt+|` or `alt+vk_oem_5`
96-
97-
4. **Test Your Hotkey Setup**: After configuring, test the hotkeys to ensure they perform the intended actions across different keyboard layouts.
98-
99-
By following these steps, you can adapt hotkeys for various non-English keyboard layouts, ensuring smooth functionality regardless of the language or region of your keyboard.
100-
101-
</details>
102-
10374
## License
10475

10576
Copyright (c) 2023-2024 window-switcher developers.

assets/app.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
1414
//
1515

1616
VS_VERSION_INFO VERSIONINFO
17-
FILEVERSION 1,12,0,0
17+
FILEVERSION 1,13,0,0
1818
FILEFLAGSMASK 0x3fL
1919
#ifdef _DEBUG
2020
FILEFLAGS 0x1L
@@ -34,7 +34,7 @@ BEGIN
3434
VALUE "LegalCopyright", "Copyright (C) 2023"
3535
VALUE "OriginalFilename", "window-switcher.exe"
3636
VALUE "ProductName", "Window Switcher"
37-
VALUE "ProductVersion", "1.12.0.0"
37+
VALUE "ProductVersion", "1.13.0.0"
3838
END
3939
END
4040
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)