Tuno

Results 22 comments of Tuno

> > 我现在到和题主描述的这个阶段了 > > ![image](https://user-images.githubusercontent.com/65210141/119832895-334e3c00-bf31-11eb-9509-0ef65d02030e.png) > > 第一个问题我尝试了这些方法 > > ![image](https://user-images.githubusercontent.com/65210141/119833000-4cef8380-bf31-11eb-9072-453c70902267.png) > > 1、从SSR换成了SStap的全局规则 > > ![image](https://user-images.githubusercontent.com/65210141/119833199-7c9e8b80-bf31-11eb-9f39-e08c53c0ae21.png) > > 2、Config.py中修改成这样 > > ![image](https://user-images.githubusercontent.com/65210141/119833360-a3f55880-bf31-11eb-8849-06ddaeffcfe3.png) > > 我不知道哪个是解决方法,但我更倾向于第一个,希望对你们有帮助 > > 我现在在解决第二个问题...

> > 我现在到和题主描述的这个阶段了 > > ![image](https://user-images.githubusercontent.com/65210141/119832895-334e3c00-bf31-11eb-9509-0ef65d02030e.png) > > 第一个问题我尝试了这些方法 > > ![image](https://user-images.githubusercontent.com/65210141/119833000-4cef8380-bf31-11eb-9072-453c70902267.png) > > 1、从SSR换成了SStap的全局规则 > > ![image](https://user-images.githubusercontent.com/65210141/119833199-7c9e8b80-bf31-11eb-9f39-e08c53c0ae21.png) > > 2、Config.py中修改成这样 > > ![image](https://user-images.githubusercontent.com/65210141/119833360-a3f55880-bf31-11eb-8849-06ddaeffcfe3.png) > > 我不知道哪个是解决方法,但我更倾向于第一个,希望对你们有帮助 > > 我现在在解决第二个问题...

> > > 我现在到和题主描述的这个阶段了 > > > ![image](https://user-images.githubusercontent.com/65210141/119832895-334e3c00-bf31-11eb-9509-0ef65d02030e.png) > > > 第一个问题我尝试了这些方法 > > > ![image](https://user-images.githubusercontent.com/65210141/119833000-4cef8380-bf31-11eb-9072-453c70902267.png) > > > 1、从SSR换成了SStap的全局规则 > > > ![image](https://user-images.githubusercontent.com/65210141/119833199-7c9e8b80-bf31-11eb-9f39-e08c53c0ae21.png) > > > 2、Config.py中修改成这样 > >...

需要保持左上角的重定向按钮开启状态

1)$profile Import-Module PSReadLine Import-Module PSFzf Set-PsFzfOption -PSReadlineChordProvider 'Ctrl+t' -PSReadlineChordReverseHistory 'Ctrl+r' 2)scoop install fzf fzf --version 0.38.0 (352ea07) 3)$host Name : ConsoleHost Version : 5.1.19041.2364 InstanceId : e2f0a2e3-c6a2-4632-ade2-f741ed04d040 UI : System.Management.Automation.Internal.Host.InternalHostUserInterface...

> 1)$profile Import-Module PSReadLine Import-Module PSFzf > > Set-PsFzfOption -PSReadlineChordProvider 'Ctrl+t' -PSReadlineChordReverseHistory 'Ctrl+r' > > 2)scoop install fzf fzf --version 0.38.0 (352ea07) > > 3)$host > > Name : ConsoleHost...

能实现,不过意义不大。提供一个思路:①先监听左键点击事件,并且阻止默认行为e.preventDefault()+e.stopPropagation(),②然后构造一个虚拟的鼠标中键事件elem.dispatchEvent(event),保证两个事件的[Event.target]一致

#https://github.com/sabrogden/Ditto/issues/324#issue-1338620685

> `executeResult = ::SendMessage(hWnd, TB_HIDEBUTTON, tbButton.idCommand, MAKELONG(false, 0)); // MAKELONG(true, 0) is hide, MAKELONG(false, 0) is show` changing false to !visible works @LCiZY please make a new release

> > `executeResult = ::SendMessage(hWnd, TB_HIDEBUTTON, tbButton.idCommand, MAKELONG(false, 0)); // MAKELONG(true, 0) is hide, MAKELONG(false, 0) is show` changing false to !visible works > > @LCiZY please make a new...