Asus Smart Gestures doesn't work with Slimjet. Since (I guess) is based on chrome I tried myself to make it work, editing this file:
C:\Program Files (x86)\ASUS\ASUS Smart Gesture\AsTPCenter\TPProfile_Win10.xml
Code: Select all
THESE ARE CHROME DEDICATED STRINGS -
<ap name="chrome.exe" class_name="Chrome_WidgetWin_0" target_name="Chrome_RenderWidgetHostHWND" title_name="" target_type="0" support="33413" pan_filter_x="5" pan_filter_y="5" zoom_filter="1" pan_type="15" es_filter="5" es_type="15" zoom_type="0" rotate_type="0" swipe_type="3"/>
<ap name="chrome.exe" class_name="Chrome_WidgetWin_1" target_name="Chrome_WidgetWin_1" title_name="" target_type="0" support="33413" pan_filter_x="5" pan_filter_y="5" zoom_filter="1" pan_type="15" es_filter="5" es_type="15" zoom_type="0" rotate_type="0" swipe_type="3"/>
<ap name="chrome.exe" class_name="Chrome_WidgetWin_1" target_name="Chrome_RenderWidgetHostHWND" title_name="" target_type="0" support="33413" pan_filter_x="5" pan_filter_y="5" zoom_filter="1" pan_type="15" es_filter="5" es_type="15" zoom_type="0" rotate_type="0" swipe_type="3"/>
Code: Select all
THIS IS THE STRING I CREATED
<ap name="slimjet.exe" class_name="Slimjet_WidgetWin_1" target_name="Slimjet_WidgetWin_1" title_name="" target_type="0" support="33413" pan_filter_x="5" pan_filter_y="5" zoom_filter="1" pan_type="15" es_filter="5" es_type="15" zoom_type="0" rotate_type="0" swipe_type="3"/>
Should I give up?
