2017年11月01日
How to enable 3 finger gesture and 4 finger gesture in synaptics non precision touchpad
This article is translation of the following article.
Synapticsのタッチパッドで高精度タッチパッドのように3本指のジェスチャー、4本指のジェスチャーを使うためのregファイルまとめ
Synaptics registry hackings.
Windows 10 has an excellent gesture function.
But it can not be used on models that do not have a precision touch pad.
Moreover, you could not use the gesture usable in Windows 8 and made you irritated.
But do not worry.
In this article I will show you how to manipulate the Synaptics registry so that you can use 3 finger gestures and 4 finger gestures with your touchpad.
My synaptics touchpad driver version is 19.0.15.2.
My Computer is Sony VAIO svs13a3aj.
Copy the following code to the text, save it with the extension ".reg", and execute it.
Horizontal:BROWSER_BACK or BROWSER_FORWARD (Back, Forward)
Vertical:[Win]+[M]or[Shift]+[Win]+[M] (Minimize all windows, Restore minimized window)
Tap:[Win]+[A](Action Bar) Note:Please keep putting your fingers until the action bar starts
Before
After
Please restart Windows after applying reg file.
Here is reg code.
Some models should change this code.
"TouchPadSMB2cTM2022"→something
Copy the following code to the text, save it with the extension ".reg", and execute it.
Horizontal:[Ctrl]+[Win]+[←]or[Ctrl]+[Win]+[→] (Switch virtual desktops)
Vertical:[Ctrl]+[Win]+[Backspace] (See all open windows)
after
Please restart Windows after applying reg file.
Please open the synaptics setting and check the gesture of 4 fingers.
Synapticsのタッチパッドで高精度タッチパッドのように3本指のジェスチャー、4本指のジェスチャーを使うためのregファイルまとめ
Synaptics registry hackings.
Introduction
Windows 10 has an excellent gesture function.
But it can not be used on models that do not have a precision touch pad.
Moreover, you could not use the gesture usable in Windows 8 and made you irritated.
But do not worry.
In this article I will show you how to manipulate the Synaptics registry so that you can use 3 finger gestures and 4 finger gestures with your touchpad.
My synaptics touchpad driver version is 19.0.15.2.
My Computer is Sony VAIO svs13a3aj.
3 Finger Gesutre
Copy the following code to the text, save it with the extension ".reg", and execute it.
Horizontal:BROWSER_BACK or BROWSER_FORWARD (Back, Forward)
Vertical:[Win]+[M]or[Shift]+[Win]+[M] (Minimize all windows, Restore minimized window)
Tap:[Win]+[A](Action Bar) Note:Please keep putting your fingers until the action bar starts
Before
After
Please restart Windows after applying reg file.
Here is reg code.
Some models should change this code.
"TouchPadSMB2cTM2022"→something
[HKEY_CURRENT_USER\Software\Synaptics\SynTP\TouchPadSMB2cTM2022]
Windows Registry Editor Version 5.00
;;Windows10のsynapticsタッチパッドのレジストリを操作します
;;3本指のジェスチャーを復活させ、上下方向のフリックですべてのウィンドウの最小化[Win]+[M]、最小化したウィンドウを戻す[Win]+[Shift]+[M]
;;左右方向はもともとの[Alt]+[←]or[Alt]+[→]で、戻ったり進んだりできますが特定のサイトで戻ったり進んだりできないので変更します。
;;マウスの戻る進ボタンに割り当てられてるやつに変更します。
;;以下によってsynapticsの設定画面に3本指のジェスチャーの設定を表示させます。
;;3本指のジェスチャーのチェックボックスと設定に反転と水平垂直のチェックボックスが出現します。
[HKEY_LOCAL_MACHINE\SOFTWARE\Synaptics\SynTPCpl\Controls\1Multifinger Gestures\5Three-Finger Flick\Dialog\Enable Three-Finger Horizontal Flick]
"Visibility"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Synaptics\SynTPCpl\Controls\1Multifinger Gestures\5Three-Finger Flick\Dialog\Enable Three-Finger Vertical Flick]
"Visibility"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Synaptics\SynTPCpl\Controls\1Multifinger Gestures\5Three-Finger Flick\Dialog\Win10]
"Visibility"=dword:00000010
[HKEY_LOCAL_MACHINE\SOFTWARE\Synaptics\SynTPCpl\Controls\1Multifinger Gestures\5Three-Finger Flick\Enable Three-Finger Flick]
"Visibility"=dword:00000010
[HKEY_LOCAL_MACHINE\SOFTWARE\Synaptics\SynTPCpl\Controls\1Multifinger Gestures\5Three-Finger Flick\Enable Three-Finger Flick\Win10]
"Visibility"=dword:00000010
;;上下方向にマクロを割り当てるための設定です。
;;コンピューター\HKEY_LOCAL_MACHINE\SOFTWARE\Synaptics\SynTPPlugIns\SynTP
;;の28番を参照するようにしています。
;;28番はキーマクロです。
[HKEY_LOCAL_MACHINE\SOFTWARE\Synaptics\SynTP\Defaults\3FingerGestures]
"PlugInID1"="SynTP"
"ActionID1"=dword:0000001c
"PlugInID5"="SynTP"
"ActionID5"=dword:0000001c
;;実際に呼び出されるキーマクロです。
;;ここを別なコードに書き換えると別なキーを押すようにできます。
;;[Win]+[Shift]+[M]
;;[Win]+[M]
;;[Alt]+[→]or[←]の代わりにブラウザバック、フォワードに変更
[HKEY_LOCAL_MACHINE\SOFTWARE\Synaptics\SynTPEnh\PlugInConfig\Defaults\3FingerGestures]
"ConfigID1KeyMacroV001"="ConfigID1KeyMacroBin"
"ConfigID1KeyMacroBin"=hex:01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,02,\
00,00,00,09,04,09,04,00,00,00,00,09,04,00,00,00,00,00,00,01,00,00,00,00,00,\
00,00,10,00,00,00,02,00,00,00,00,00,00,00,00,00,00,00,01,00,1d,00,00,00,00,\
00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,\
5b,00,00,00,02,00,00,00,00,00,00,00,00,00,00,00,01,00,38,20,00,00,00,00,00,\
00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,4d,00,\
00,00,02,00,00,00,00,00,00,00,00,00,00,00,01,00,4d,21,00,00,00,00,00,00,00,\
00,00,00,00,00,01,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,4d,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,01,00,4d,e1,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,5b,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,01,00,38,c0,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,10,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,01,00,1d,c0,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00
"ConfigID5KeyMacroV001"="ConfigID5KeyMacroBin"
"ConfigID5KeyMacroBin"=hex:01,00,00,00,00,00,00,00,00,00,00,00,57,00,69,00,\
6e,00,2b,00,52,00,69,00,67,00,68,00,74,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,02,\
00,00,00,09,04,09,04,00,00,00,00,09,04,00,00,00,00,00,00,01,00,00,00,00,00,\
00,00,5b,00,00,00,02,00,00,00,00,00,00,00,00,00,00,00,01,00,1d,00,00,00,00,\
00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,\
4d,00,00,00,02,00,00,00,00,00,00,00,00,00,00,00,01,00,2e,00,00,00,00,00,00,\
00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,4d,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,2e,c0,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,5b,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,01,00,1d,c0,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00
"ConfigID3KeyMacroV001"="ConfigID3KeyMacroBin"
"ConfigID3KeyMacroBin"=hex:01,00,00,00,00,00,00,00,00,00,00,00,57,00,69,00,\
6e,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,02,\
00,00,00,09,04,09,04,00,00,00,00,09,04,00,00,00,00,00,00,01,00,00,00,00,00,\
00,00,a7,00,00,00,02,00,00,00,00,00,00,00,00,00,00,00,01,00,1d,00,00,00,00,\
00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,\
a7,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,1d,c0,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
"ConfigID7KeyMacroV001"="ConfigID7KeyMacroBin"
"ConfigID7KeyMacroBin"=hex:01,00,00,00,00,00,00,00,00,00,00,00,57,00,69,00,\
6e,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,02,\
00,00,00,09,04,09,04,00,00,00,00,09,04,00,00,00,00,00,00,01,00,00,00,00,00,\
00,00,a6,00,00,00,02,00,00,00,00,00,00,00,00,00,00,00,01,00,1d,00,00,00,00,\
00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,\
a6,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,1d,c0,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
;;3本指タップのチェックボックスを出現させます
[HKEY_LOCAL_MACHINE\SOFTWARE\Synaptics\SynTPCpl\Controls\1Multifinger Gestures\4Three Fingers Press\Enable Three Fingers Press\Win10]
"Visibility"=dword:00000010
;;アプリケーションの起動から別なキーに変更
[HKEY_LOCAL_MACHINE\SOFTWARE\Synaptics\SynTP\Defaults]
"3FingerPressPlugInActionID"=dword:00000038
[HKEY_CURRENT_USER\Software\Synaptics\SynTP\TouchPadSMB2cTM2022]
"3FingerPressPlugInActionID"=dword:00000038
;;アクションセンターを開くように変更
[HKEY_LOCAL_MACHINE\SOFTWARE\Synaptics\SynTPPlugIns\SynTP\56]
"ShortName"="Action Bar"
"KeySequence"=dword:30005b41
;;変更前
;[HKEY_LOCAL_MACHINE\SOFTWARE\Synaptics\SynTPPlugIns\SynTP\56]
;"NameMode"=dword:00000001
;"ShortName"="Minimize All"
;"ShortNameID"=dword:000000dd
;"LongNameID"=dword:000000dc
;"Configurable"=dword:00000000
;"OrderID"=dword:000001ae
;"ValidZones"=dword:3f30ff17
;"KeySequence"=dword:30005b44
4 finger Gesture
Copy the following code to the text, save it with the extension ".reg", and execute it.
Horizontal:[Ctrl]+[Win]+[←]or[Ctrl]+[Win]+[→] (Switch virtual desktops)
Vertical:[Ctrl]+[Win]+[Backspace] (See all open windows)
after
Please restart Windows after applying reg file.
Please open the synaptics setting and check the gesture of 4 fingers.
Windows Registry Editor Version 5.00
;;4本指のジェスチャーを使えるようにします。
;;Synapticsの設定に4本指のジェスチャーのチェックボックスを出現させます。
[HKEY_LOCAL_MACHINE\SOFTWARE\Synaptics\SynTPCpl\Controls\1Multifinger Gestures\6Four-Finger Flick]
"Visibility"=dword:00000010
;;よくわかりませんが必要っぽい
[HKEY_LOCAL_MACHINE\SOFTWARE\Synaptics\SynTPEnh\ZoneConfig\Defaults]
"4FingerSliderPresent"=dword:00000001
"ExtendedZonePresent"=dword:00000000
;;水平方向のゾーンの設定をしています。
;;"NegativeCustomZoneID"=dword:00000076
;;"PositiveCustomZoneID"=dword:00000077
;;によってどのキーマクロを実行するか設定しています。
;;76は10進数の118でCustomZone118KeyMacroV001を指しています
[HKEY_LOCAL_MACHINE\SOFTWARE\Synaptics\SynTPEnh\ZoneConfig\Defaults\4FHorizontal Scrolling]
"ConfigFlags"=dword:00850101
"ConfigFlagsEx"=dword:00000240
"ActionFlags"=dword:00000004
"ActionType"=dword:00000002
"SliderScale"=dword:000000C8
"HiXRel"=dword:000016f8
"HiYRel"=dword:000012fc
"NegativeCustomZoneID"=dword:00000076
"PositiveCustomZoneID"=dword:00000077
"PositiveNeedExtActionCustomZoneID"=dword:00000000
"PositiveExtraActionWaitTime"=dword:00000000
"PositiveExtraActionNeedFingerUp"=dword:00000000
"CancelActionCustomZoneID"=dword:00000000
"SlideThreshold"=dword:00000001
;;垂直方向のゾーンの設定をしています。
;;"NegativeCustomZoneID"=dword:00000078
;;"PositiveCustomZoneID"=dword:00000079
;;によってどのキーマクロを実行するか設定しています。
;;78は10進数の120でCustomZone120KeyMacroV001を指しています
[HKEY_LOCAL_MACHINE\SOFTWARE\Synaptics\SynTPEnh\ZoneConfig\Defaults\4FVertical Scrolling]
"ConfigFlags"=dword:00850101
"ConfigFlagsEx"=dword:00000260
"ActionFlags"=dword:0000000c
"ActionType"=dword:00000002
"SliderScale"=dword:000000C8
"HiXRel"=dword:000016f8
"HiYRel"=dword:000012fc
"NegativeCustomZoneID"=dword:00000078
"PositiveCustomZoneID"=dword:00000079
"PositiveNeedExtActionCustomZoneID"=dword:00000000
"SlideThreshold"=dword:00000002
"PositiveExtraActionWaitTime"=dword:00000000
"PositiveExtraActionNeedFingerUp"=dword:00000000
"CancelActionCustomZoneID"=dword:00000000
;;この機能は使いませんがないとエラーになるので
[HKEY_LOCAL_MACHINE\SOFTWARE\Synaptics\SynTPEnh\ZoneConfig\Defaults\Extended Zone]
"ConfigFlags"=dword:00100000
"ConfigFlagsEx"=dword:00000040
"ActionFlags"=dword:00000004
"ActionType"=dword:00000002
"SliderScale"=dword:000000C8
"HiXRel"=dword:000016f8
"HiYRel"=dword:000012fc
"PositiveCustomZoneID"=dword:0000007a
"NegativeCustomZoneID"=dword:0000007b
"SlideThreshold"=dword:00000010
"AllowButtonActionInSliding"=dword:00000001
;;マクロを割り当てるための設定です。
;;コンピューター\HKEY_LOCAL_MACHINE\SOFTWARE\Synaptics\SynTPPlugIns\SynTP
;;の28番を参照するようにしています。
;;28番はキーマクロです。
[HKEY_LOCAL_MACHINE\SOFTWARE\Synaptics\SynTP\Defaults\CustomZones]
"PlugInID118"="SynTP"
"PlugInID119"="SynTP"
"PlugInID120"="SynTP"
"PlugInID121"="SynTP"
"ActionID118"=dword:1c
"ActionID119"=dword:1c
"ActionID120"=dword:1c
"ActionID121"=dword:1c
"ZoneType118"=dword:2
"ZoneType119"=dword:2
"ZoneType120"=dword:2
"ZoneType121"=dword:2
;;マクロの設定です
;;[Ctrl]+[Win]+[→]
;;[Ctrl]は11
;;[Win]は5b
;;[→]は27
;;です。
;;2箇所あるそれぞれを書き換えると好きなキーを割り当てられます。
[HKEY_LOCAL_MACHINE\SOFTWARE\Synaptics\SynTPEnh\PlugInConfig\Defaults\CustomZones]
"CustomZone118KeyMacroV001"="CustomZone118KeyMacroBin"
"CustomZone118KeyMacroBin"=hex:01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,02,\
00,00,00,09,04,09,04,00,00,00,00,09,04,00,00,00,00,00,00,01,00,00,00,00,00,\
00,00,11,00,00,00,02,00,00,00,00,00,00,00,00,00,00,00,01,00,1d,00,00,00,00,\
00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,\
5b,00,00,00,02,00,00,00,00,00,00,00,00,00,00,00,01,00,38,20,00,00,00,00,00,\
00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,27,00,\
00,00,02,00,00,00,00,00,00,00,00,00,00,00,01,00,4d,21,00,00,00,00,00,00,00,\
00,00,00,00,00,01,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,27,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,01,00,4d,e1,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,5b,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,01,00,38,c0,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,11,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,01,00,1d,c0,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00
;;[Ctrl]+[Win]+[←]
;;[←]は25
"CustomZone119KeyMacroV001"="CustomZone119KeyMacroBin"
"CustomZone119KeyMacroBin"=hex:01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,02,\
00,00,00,09,04,09,04,00,00,00,00,09,04,00,00,00,00,00,00,01,00,00,00,00,00,\
00,00,11,00,00,00,02,00,00,00,00,00,00,00,00,00,00,00,01,00,1d,00,00,00,00,\
00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,\
5b,00,00,00,02,00,00,00,00,00,00,00,00,00,00,00,01,00,38,20,00,00,00,00,00,\
00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,25,00,\
00,00,02,00,00,00,00,00,00,00,00,00,00,00,01,00,4b,21,00,00,00,00,00,00,00,\
00,00,00,00,00,01,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,25,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,01,00,4b,e1,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,5b,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,01,00,38,c0,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,11,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,01,00,1d,c0,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00
;;120も121も[Ctrl]+[Win]+[BackSpace]です。
;;[BackSpace]は08です
"CustomZone120KeyMacroV001"="CustomZone120KeyMacroBin"
"CustomZone120KeyMacroBin"=hex:01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,02,\
00,00,00,09,04,09,04,00,00,00,00,09,04,00,00,00,00,00,00,01,00,00,00,00,00,\
00,00,11,00,00,00,02,00,00,00,00,00,00,00,00,00,00,00,01,00,1d,00,00,00,00,\
00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,\
5b,00,00,00,02,00,00,00,00,00,00,00,00,00,00,00,01,00,38,20,00,00,00,00,00,\
00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,08,00,\
00,00,02,00,00,00,00,00,00,00,00,00,00,00,01,00,2a,20,00,00,00,00,00,00,00,\
00,00,00,00,00,01,01,00,00,00,00,00,00,01,00,00,00,00,00,00,00,08,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,01,00,2a,e0,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,5b,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,01,00,38,c0,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,11,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,01,00,1d,c0,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00
"CustomZone121KeyMacroV001"="CustomZone121KeyMacroBin"
"CustomZone121KeyMacroBin"=hex:01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,02,\
00,00,00,09,04,09,04,00,00,00,00,09,04,00,00,00,00,00,00,01,00,00,00,00,00,\
00,00,11,00,00,00,02,00,00,00,00,00,00,00,00,00,00,00,01,00,1d,00,00,00,00,\
00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,\
5b,00,00,00,02,00,00,00,00,00,00,00,00,00,00,00,01,00,38,20,00,00,00,00,00,\
00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,08,00,\
00,00,02,00,00,00,00,00,00,00,00,00,00,00,01,00,2a,20,00,00,00,00,00,00,00,\
00,00,00,00,00,01,01,00,00,00,00,00,00,01,00,00,00,00,00,00,00,08,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,01,00,2a,e0,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,5b,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,01,00,38,c0,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,11,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,01,00,1d,c0,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00
タグ:Synaptics
【このカテゴリーの最新記事】
-
no image
-
no image
この記事へのコメント
コメントを書く
この記事へのトラックバックURL
https://fanblogs.jp/tb/6922130
※ブログオーナーが承認したトラックバックのみ表示されます。
この記事へのトラックバック