添加鼠标穿透功能 #691
MDZZDYXCMDZZDYXC
started this conversation in
功能请求
添加鼠标穿透功能
#691
Replies: 3 comments 1 reply
-
|
import { appWindow } from '@tauri-apps/api/window'; |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
import { getCurrentWindow } from '@tauri-apps/api/window'; // 置顶当前窗口 // 取消置顶 // 检查当前是否置顶 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
穿透点击是Alt+2,目前是一个全局快捷键 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
功能描述: 开启鼠标穿透后,project graph可以以透明模式一直置于顶层,同时可以操作后面的软件,通过快捷键控制是否为鼠标穿透模式或非鼠标穿透模式,非鼠标穿透模式 可以编辑project praph软件,穿透模式下可以操作下面层的所有软件;
Beta Was this translation helpful? Give feedback.
All reactions