Skip to content

Commit

Permalink
deploy: 3442d16
Browse files Browse the repository at this point in the history
  • Loading branch information
snomiao committed Nov 23, 2023
1 parent 9fc82e1 commit 35266cf
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 14 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.32.3](https://github.com/snolab/CapsLockX/compare/v1.32.2...v1.32.3) (2023-11-23)


### Bug Fixes

* **capslockx:** chat upgrae ([484dc9f](https://github.com/snolab/CapsLockX/commit/484dc9f5f1fd23294a109fe8cc13d7d0c3e71bec))
* **capslockx:** dep ([13db936](https://github.com/snolab/CapsLockX/commit/13db93656680a9a135c420eed2dd03b34244b006))
* **capslockx:** scroll horizonal ([560481b](https://github.com/snolab/CapsLockX/commit/560481bfad26cb1e12880b2cf39e92a475a84004))
* **DevTools:** chat api ([e4310d0](https://github.com/snolab/CapsLockX/commit/e4310d08ea63ca1af50a7f5f2e70f3f92b45ce9f))
* **DevTools:** chat base ([ec83723](https://github.com/snolab/CapsLockX/commit/ec83723a73e53bf8f192a2ff80e9a4ad8a876c4c))
* **DevTools:** update openai ([8819b8f](https://github.com/snolab/CapsLockX/commit/8819b8f09782b37f1c0a703dc51dd8429dc2c59c))
* **docs:** en ([26cc65e](https://github.com/snolab/CapsLockX/commit/26cc65eb9b77685e80e294f13caaa8614a9a8a72))
* **Modules:** en ([37b4711](https://github.com/snolab/CapsLockX/commit/37b4711f7de47291bb6334b2c7988f9362da364e))
* **Modules:** en ([30e4101](https://github.com/snolab/CapsLockX/commit/30e410130428e06a6996a5eb14ddd04aa8c849a7))
* **workflows:** choco install ([266cabc](https://github.com/snolab/CapsLockX/commit/266cabc67214e021660860b3dbf11b881a5031b5))

### [1.32.2](https://github.com/snolab/CapsLockX/compare/v1.32.1...v1.32.2) (2023-08-26)


Expand Down
Binary file modified CapsLockX-latest.zip
Binary file not shown.
Binary file renamed CapsLockX-v1.32.2.zip → CapsLockX-v1.32.3.zip
Binary file not shown.
24 changes: 11 additions & 13 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,28 +41,26 @@ CapsLockX is a modular hotkey script engine based on AutoHotkey. Allows you to e

## Tutorial 📖

### 简易入门教程(读完这一小节,便算是入门了 CapsLockX 的使用 )
### Simple Entry Tutorial (After reading this section, you would have understood how to use CapsLockX)

CapsLockX 有四大核心功能: **窗口管理****鼠标模拟****方向键模拟**、应用内热键,本入门教程将带你学会前 3 大核心功能。
CapsLockX has four core functions: **window management**, **mouse simulation**, **arrow key simulation**, and hotkeys within applications. This beginner's tutorial will teach you the first three core functions.

首先获取 CapsLockX :下载这个压缩包: [下载 JSDelivrCDN-发布程序包.zip](https://cdn.jsdelivr.net/gh/snolab/CapsLockX@gh-pages/CapsLockX-latest.zip)
First, get CapsLockX: Download this compressed file: [Download JSDelivrCDN-Publishing Program Package.zip](https://cdn.jsdelivr.net/gh/snolab/CapsLockX@gh-pages/CapsLockX-latest.zip)

解压之后,打开 CapsLockX 文件夹内的 `CapsLockX.exe`,过掉简单的新手教程,然后按照以下左右手功能区的依次试用来了解 CapsLockX 的功能。
After decompressing, open the `CapsLockX.exe` in the CapsLockX folder, skip the simple beginner's tutorial, and then follow the hands-on trial of the left and right functional areas below to understand the functions of CapsLockX.

CapsLockX 启动之后,并**不会影响**你键盘其它按键的功能,以下的功能只有在你按出 `CapsLockX + 组合键` 时才会触发。
After CapsLockX starts, it will **not affect** the functions of other keys on your keyboard. The following features will only be triggered when you press `CapsLockX + combination key`.

左手功能区:
Left hand functional area:

- 窗口管理:`CapsLockX + 1234567890` 切换到第 `n` 个虚拟桌面,`CapsLockX + ZXCV` 窗口操作(窗口切换、窗口关闭,窗口排列,透明置顶)。
- 鼠标模拟功能:按 `CapsLockX + WASD` 鼠标移动(像玩游戏的时候操作人物移动一样简单),按 `CapsLockX + QE` 鼠标左右键点击,`CapsLockX + RF` 滚轮上下滑动。
- Window Management: `CapsLockX + 1234567890` switches to the `n`th virtual desktop, `CapsLockX + ZXCV` for window operations (window switch, close window, arrange windows, transparent top).
- Mouse Simulation function: Press `CapsLockX + WASD` to move the mouse (it's as simple as moving characters in a game), press `CapsLockX + QE` for left and right mouse clicks, `CapsLockX + RF` for wheel scrolling up and down.

右手功能区:
Right hand functional area:

- 方向键模拟:打开任意一个编辑 `HJKL` 光标移动,`YOUI` 页面移动
- Arrow key simulation: Open any editor `HJKL` for cursor movement, `YOUI` for page movement.

上手之后,如果想了解更多功能,则可参考下方速查手册。

---
After getting started, if you want to know more functions, you can refer to the quick reference manual below.

## 进阶参考手册

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.32.2
1.32.3

0 comments on commit 35266cf

Please sign in to comment.