
ios 禁用滑動手勢

If you’re not a fan of the touchpad-based swipe gestures in Windows 8 there is a way to completely disable them and reclaim your touchpad.
如果您不喜歡Windows 8中基于觸摸板的滑動手勢,可以使用一種方法來完全禁用它們并收回您的觸摸板。
Today’s Question & Answer session comes to us courtesy of SuperUser—a subdivision of Stack Exchange, a community-driven grouping of Q&A web sites.
今天的“問答”環節由SuperUser提供,它是Stack Exchange的一個分支,該社區是由社區驅動的Q&A網站分組。
問題 (The Question)
SuperUser reader Matsemann is less than thrilled with the swipe gestures on his Windows 8 laptop:
超級用戶閱讀器Matsemann對Windows 8筆記本電腦上的滑動手勢感到非常興奮:
I have an ASUS G75VW laptop with a Synaptic touchpad (/trackpad). When I move my finger from one edge towards the middle (the swipe), Windows 8 will bring up different stuff.
我有一臺帶有Synaptic觸摸板(/觸控板)的ASUS G75VW筆記本電腦。 當我將手指從一側邊緣移到中間(滑動)時,Windows 8會彈出不同的內容。
This is a problem because the area where I can actually move the mouse with my finger is too small (or, I mostly use the top left of the touchpad). So I often end up doing a swipe and bringing up some menu, or to do the swipe so slow that no menu is appearing but the mouse pointer is also not moving when I move my finger. Quite annoying.
這是一個問題,因為我實際上可以用手指移動鼠標的區域太小(或者,我通常使用觸摸板的左上方)。 因此,我經常會做一次滑動并調出一些菜單,或者滑動得太慢以至于沒有菜單出現,但是當我移動手指時鼠標指針也沒有移動。 很煩人。
When swiping from left edge it earlier swapped apps like crazy. I disabled that, so now it only brings up the same menu as pressing win+tab (or some times the charms bar, I never know which). I could change that by:
從左邊緣滑動時,它較早地交換了應用程序,就像瘋了似的。 我禁用了它,所以現在它只顯示與按win + tab相同的菜單(或者有時候按超級按鈕,我不知道哪個菜單)。 我可以通過以下方式更改它:
Win+I → Change PC settings → General → When I swipe from the left edge, switch directly to my most recent app.
Win + I→更改PC設置→常規→從左邊緣滑動時,直接切換到我最新的應用程序。
I’ve tried Mouse settings in Control Panel, driver settings for my touchpad and searching for swipe and gestures on my computer (which was what led me to the setting above) with no luck.
我嘗試過“控制面板”中的“鼠標”設置,觸摸板的驅動程序設置,并在計算機上搜索滑動和手勢(這是導致我進入上述設置的原因),但沒有運氣。
How can I disable the swipe gestures, or change what they do?
如何禁用滑動手勢或更改其功能?
We can certainly empathize, touchpads are fussy enough without extra functions layered on top of them.
我們當然可以理解,觸摸板足夠挑剔,沒有附加的功能。
答案 (The Answer)
Several SuperUser contributors explained how they were able to disable the swipe gestures using various laptop-manufacturer provided tools, but contributor Daniel B. offers a registry-based solution that should work for any laptop with a synaptic touchpad:
幾位SuperUser貢獻者解釋了他們如何使用筆記本電腦制造商提供的各種工具來禁用滑動手勢,但是貢獻者Daniel B.提供了一個基于注冊表的解決方案,該解決方案適用于任何帶有突觸式觸摸板的筆記本電腦:
Doing this involves editing the registry, it is recommended to do a?manual system restore point?before doing this.
這樣做涉及編輯注冊表,建議在執行此操作之前先進行手動系統還原。
You will need to make a file called?gestures.reg, open notepad and paste the following:
您將需要創建一個名為gestures.reg的文件,打開記事本并粘貼以下內容:
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Synaptics\SynTPEnh\ZoneConfig\TouchPadPS2\Right Edge Pull] "ActionType"=dword:00000000 [HKEY_CURRENT_USER\Software\Synaptics\SynTPEnh\ZoneConfig\TouchPadPS2\Left Edge Pull] "ActionType"=dword:00000000 [HKEY_CURRENT_USER\Software\Synaptics\SynTPEnh\ZoneConfig\TouchPadPS2\Right Edge Pull Extended Zone] "ActionType"=dword:00000000 [HKEY_CURRENT_USER\Software\Synaptics\SynTPEnh\ZoneConfig\TouchPadPS2\Top Edge Pull] "ActionType"=dword:00000000
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Synaptics\SynTPEnh\ZoneConfig\TouchPadPS2\Right Edge Pull] "ActionType"=dword:00000000 [HKEY_CURRENT_USER\Software\Synaptics\SynTPEnh\ZoneConfig\TouchPadPS2\Left Edge Pull] "ActionType"=dword:00000000 [HKEY_CURRENT_USER\Software\Synaptics\SynTPEnh\ZoneConfig\TouchPadPS2\Right Edge Pull Extended Zone] "ActionType"=dword:00000000 [HKEY_CURRENT_USER\Software\Synaptics\SynTPEnh\ZoneConfig\TouchPadPS2\Top Edge Pull] "ActionType"=dword:00000000
Save this file somewhere, with the?.reg?extension.
使用.reg擴展名將該文件保存在某處。
Now run it, some warning boxes may come up, you will need to press?Yes?when they do, after the operation has finished, reboot your PC and they should now be disabled.
現在運行它,可能會出現一些警告框,當您這樣做時,您需要按是,在操作完成后,重新啟動PC,現在應該將其禁用。
If you want to re-enable these gestures, then you will need to do the same but use the following text when saving the file:
如果要重新啟用這些手勢,則需要執行相同的操作,但是在保存文件時使用以下文本:
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Synaptics\SynTPEnh\ZoneConfig\TouchPadPS2\Right Edge Pull] "ActionType"=dword:00000002 [HKEY_CURRENT_USER\Software\Synaptics\SynTPEnh\ZoneConfig\TouchPadPS2\Left Edge Pull] "ActionType"=dword:00000002 [HKEY_CURRENT_USER\Software\Synaptics\SynTPEnh\ZoneConfig\TouchPadPS2\Right Edge Pull Extended Zone] "ActionType"=dword:00000002 [HKEY_CURRENT_USER\Software\Synaptics\SynTPEnh\ZoneConfig\TouchPadPS2\Top Edge Pull] "ActionType"=dword:00000002
If you’d like to disable specific gestures or otherwise edit the swipe gestures, it’s recommended to do so via manufacturer supplied software tools. Check out the full discussion at SuperUser for insights from other contributors into individual laptops.
如果您想禁用特定手勢或以其他方式編輯滑動手勢,建議通過制造商提供的軟件工具進行操作。 查看SuperUser上的完整討論,以了解其他撰稿人對單個筆記本電腦的見解。
翻譯自: https://www.howtogeek.com/135507/how-can-i-disable-windows-8-swipe-gestures-on-my-laptop/
ios 禁用滑動手勢