Skip to content

Commit 296c854

Browse files
committed
docs update
1 parent fca3009 commit 296c854

File tree

8 files changed

+38
-20
lines changed

8 files changed

+38
-20
lines changed

docs/development_en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Development
1+
# Development
22

33
Clone this repo:
44

@@ -21,7 +21,7 @@ python main.py
2121

2222
If you want to build this project by yourself, go on:
2323

24-
### Build
24+
## Build
2525

2626
Install the pyinstaller:
2727

docs/development_zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 开发
1+
# 开发
22

33
克隆此仓库:
44

@@ -21,7 +21,7 @@ python main.py
2121

2222
如果你想要自己构建这个项目,请继续阅读:
2323

24-
### 构建
24+
## 构建
2525

2626
安装 pyinstaller:
2727

docs/faqs_en.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
1-
## FAQs
1+
# FAQs
22

3-
### How to enable wireless debugging quickly?
3+
## How to enable wireless debugging quickly?
44

55
You can refer to this video to add the Wireless Debugging to Quick Setting Shortcut:
66
[How To Add / Remove Wireless Debugging Quick Setting Shortcut](https://www.youtube.com/watch?v=_MMpawUGeKI)
77

8-
### After sharing the keyboard and mouse, the mouse cursor on my Android device becomes erratic. How can I fix this?
8+
## Does it share the screen of Android device to the computer?
99

10-
You can try adjusting the "report rate" (also referred to as "polling rate" in some cases) of your mouse through its driver software (e.g., Logitech G Hub, Razer Synapse, etc.) to 125Hz or a similar value. This should significantly improve the situation.
10+
No, __InputShare__ only shares the keyboard and mouse, it will not mirror the screen of your Android device to your computer.
1111

12-
### Does it share the screen of Android device to the computer?
12+
## Why can't I use the FX function keys described in the [Shortcuts](./shortcuts_en.md) section after connecting my device?
1313

14-
No, __InputShare__ only shares the keyboard and mouse, it will not mirror the screen of your Android device to your computer.
14+
If you are using a heavily customized Android system (e.g., MIUI or HyperOS), please try the following steps:
15+
16+
1. Open the Developer Options on your device.
17+
2. Enable __USB Debugging__ and __USB Debugging (Security settings)__.
18+
19+
After completing these settings, try using the shortcut keys again.
1520

16-
### Do I need to configure ADB by myself?
21+
## Do I need to configure ADB by myself?
1722

1823
No, there is a built-in ADB packaged, which will be called automatically.

docs/faqs_zh.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
1-
## 常见问题
1+
# 常见问题
22

3-
### 启用无线调试太麻烦,有没有途径快速启用?
3+
## 启用无线调试太麻烦,有没有途径快速启用?
44

55
你可以参考这个视频,将无线调试设置到系统下拉通知栏:
66
[安卓手机快捷启用无线调试
77
](https://www.bilibili.com/video/BV1r1UKYjEWj/)
88

9-
### 我在共享键鼠后,安卓设备上的鼠标飘忽不定,如何解决
9+
## 这会把安卓设备的屏幕也共享到电脑吗
1010

11-
你可以尝试通过你的鼠标驱动(如罗技的 G Hub、雷蛇的雷云等)设置你的鼠标的 __“回报率”__(一些地方叫作 __”轮询率“__)到 __125Hz__ 或者相近的数值,情况应该会有很大改善
11+
不会,__输入流转__ 只会共享键盘和鼠标,不会将安卓设备的屏幕内容投屏到电脑
1212

13-
### 这会把安卓设备的屏幕也共享到电脑吗
13+
## 为什么我在连接设备后无法使用[快捷键](./shortcuts_zh.md)中描述的 FX 功能键
1414

15-
不会,__输入流转__ 只会共享键盘和鼠标,不会将安卓设备的屏幕内容投屏到电脑。
15+
如果你使用的是经过深度修改的安卓系统(如 MIUI / HyperOS),请尝试以下步骤:
16+
17+
1. 打开设备的 开发者选项。
18+
2. 启用“USB 调试”和“USB 调试(安全设置)”。
19+
20+
完成以上设置后,请再次尝试使用快捷键功能。
1621

17-
### 我需要自己配置 ADB 吗?
22+
## 我需要自己配置 ADB 吗?
1823

1924
不需要,软件内打包了adb,会自动调用。

docs/limitations_en.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ After the program successfully connects, if either the computer or Android devic
66

77
**Solution**: The program currently offers a "Keep Screen On" setting, which can prevent the Android device from turning off the screen, thus mitigating this limitation.
88

9+
## After sharing the keyboard and mouse, the mouse cursor on my Android device becomes erratic. How can I fix this?
10+
11+
You can try adjusting the "report rate" (also referred to as "polling rate" in some cases) of your mouse through its driver software (e.g., Logitech G Hub, Razer Synapse, etc.) to 125Hz or a similar value. This should significantly improve the situation.
12+
913
## Conflict with Bonjour
1014

1115
Some similar software, such as [barrier](https://github.com/debauchee/barrier) and [deskflow](https://github.com/deskflow/deskflow), use [Bonjour](https://developer.apple.com/bonjour/) to simplify network connections. However, based on feedback from some users, when running barrier and starting Bonjour on the computer, and then using this software, the connection success rate of this software is significantly reduced.

docs/limitations_zh.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
**解决办法**:目前程序内提供了“保持设备屏幕常亮”设置,开启后可以防止安卓端设备熄屏,从而避免此问题。
88

9+
## 我在共享键鼠后,安卓设备上的鼠标飘忽不定,如何解决?
10+
11+
你可以尝试通过你的鼠标驱动(如罗技的 G Hub、雷蛇的雷云等)设置你的鼠标的 __“回报率”__(一些地方叫作 __”轮询率“__)到 __125Hz__ 或者相近的数值,情况应该会有很大改善。
12+
913
## 与 Bonjour 冲突
1014

1115
一些同类软件,如 [barrier](https://github.com/debauchee/barrier)[deskflow](https://github.com/deskflow/deskflow),会使用 [Bonjour](https://developer.apple.com/bonjour/) 来简化网络连接。

docs/shortcuts_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Shortcuts
1+
# Shortcuts
22

33
The shortcuts following are available after connection:
44

docs/shortcuts_zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 快捷键
1+
# 快捷键
22

33
下面的快捷键在你连接设备完成后可用:
44

0 commit comments

Comments
 (0)