請問滑鼠轉視窗 - WOW

By David
at 2017-09-25T15:37
at 2017-09-25T15:37
Table of Contents
前文全吃
我有一模一樣的問題, 也是追很久
這個算是偶發性bug, 不是每個人都會發生
隨便上個影片給大家看看, 大概發生在4秒
https://www.youtube.com/watch?v=3aL7JXhhmBY
要修好這個問題, 又不影響操作手感要做兩件事
1. /console rawMouseEnable 0
這個設定完手感會怪怪的, 原因是本來當你按住右鍵或左鍵拖拉後
滑鼠會留在你拖拉開始的位置
但改完後會變成你動多少滑鼠一樣會動那個距離
所以還要做下一步
2. 使用以下autohotkey script, 可依需求自己修正
#IfWinActive ahk_class GxWindowClass
{
~RButton::
{
MouseGetPos, xpos, ypos
return
}
~RButton up::
{
MouseMove,%xpos%,%ypos%, 0
return
}
~LButton::
{
MouseGetPos, xpos, ypos
return
}
~LButton up::
{
MouseMove,%xpos%,%ypos%, 0
return
}
}
不過這一步不做也不會怎樣, 總之1做完你的滑鼠問題應該就修好了
--
▅█◤ █ ╦ ●
▌▄▄ ▄▌▌ ═╬═╬
▊ █▌ ▌ ▌ ● ╚╬ ╬
██◤ ◤◥█ ╚╝ ║
◣▌ ╚
◤ Our Style ‧ My life
--
我有一模一樣的問題, 也是追很久
這個算是偶發性bug, 不是每個人都會發生
隨便上個影片給大家看看, 大概發生在4秒
https://www.youtube.com/watch?v=3aL7JXhhmBY
要修好這個問題, 又不影響操作手感要做兩件事
1. /console rawMouseEnable 0
這個設定完手感會怪怪的, 原因是本來當你按住右鍵或左鍵拖拉後
滑鼠會留在你拖拉開始的位置
但改完後會變成你動多少滑鼠一樣會動那個距離
所以還要做下一步
2. 使用以下autohotkey script, 可依需求自己修正
#IfWinActive ahk_class GxWindowClass
{
~RButton::
{
MouseGetPos, xpos, ypos
return
}
~RButton up::
{
MouseMove,%xpos%,%ypos%, 0
return
}
~LButton::
{
MouseGetPos, xpos, ypos
return
}
~LButton up::
{
MouseMove,%xpos%,%ypos%, 0
return
}
}
不過這一步不做也不會怎樣, 總之1做完你的滑鼠問題應該就修好了
--
▅█◤ █ ╦ ●
▌▄▄ ▄▌▌ ═╬═╬
▊ █▌ ▌ ▌ ● ╚╬ ╬
██◤ ◤◥█ ╚╝ ║
◣▌ ╚
◤ Our Style ‧ My life
--
Tags:
WOW
All Comments

By Kristin
at 2017-09-27T10:09
at 2017-09-27T10:09

By Candice
at 2017-09-29T10:52
at 2017-09-29T10:52

By Dora
at 2017-10-01T16:08
at 2017-10-01T16:08

By Sierra Rose
at 2017-10-06T09:27
at 2017-10-06T09:27

By Zora
at 2017-10-10T05:46
at 2017-10-10T05:46

By Vanessa
at 2017-10-14T02:09
at 2017-10-14T02:09

By Cara
at 2017-10-18T17:28
at 2017-10-18T17:28

By Annie
at 2017-10-21T00:06
at 2017-10-21T00:06

By Hedda
at 2017-10-23T01:46
at 2017-10-23T01:46

By Dora
at 2017-10-24T12:32
at 2017-10-24T12:32

By Kama
at 2017-10-29T01:13
at 2017-10-29T01:13

By Doris
at 2017-11-01T21:33
at 2017-11-01T21:33

By Erin
at 2017-11-06T11:12
at 2017-11-06T11:12

By Anonymous
at 2017-11-10T04:57
at 2017-11-10T04:57

By Agatha
at 2017-11-10T10:54
at 2017-11-10T10:54

By Ursula
at 2017-11-12T03:30
at 2017-11-12T03:30

By Hamiltion
at 2017-11-15T14:38
at 2017-11-15T14:38
Related Posts
飾品宿命交會 (野性戰鬥、貓D)

By Robert
at 2017-09-25T15:35
at 2017-09-25T15:35
聖坦(防騎)T21特效

By Dora
at 2017-09-25T15:17
at 2017-09-25T15:17
憤水部落徵遠程

By Ivy
at 2017-09-25T11:11
at 2017-09-25T11:11
侵略點不用算貢獻度真的很鬧

By Ursula
at 2017-09-25T11:01
at 2017-09-25T11:01
侵略點不用算貢獻度真的很鬧

By Harry
at 2017-09-25T10:08
at 2017-09-25T10:08