Microsoft Sculpt Comfort Mouse Mac Os X
Refurbished: Microsoft Sculpt Mobile Mouse 43U-00011 3 Buttons 1 x Wheel USB 2.0 2.4 GHz BlueTrack Mouse Hand Orientation: Both Hands Operating System Supported: Windows 8.1, Windows 8, Windows RT 8.1, Windows RT 8, and Windows 7 Macintosh Mac OS X v10.7-10.9 Android 3.2 and 4.2. The most amusing fact is that the same Microsoft mouse works and pairs perfectly in OS X on the same machine. Equipment: Microsoft Sculpt Comfort Mouse (Bluetooth), MacBook Pro 15', OS Windows 10 Home (2nd release) in Boot Camp, all updates etc. Feb 04, 2017 Configuring your Microsoft Sculpt Comfort Mouse and Mac OSX using Steer Mouse. Get all your buttons working and fix the terrible scrolling! Pick up Steer Mou.
<!-- |
Microsoft Sculpt Comfort Mouse Binding for OSX (using Karabiner) |
Window Button => Launchpad |
Slide Down, Scroll Left => Backward (Cmd+[) |
Slide Up, Scroll Right => Forward (Cmd+]) |
A modified version from http://www.tslimi.tk/myblog/view.php?name=Touchpad+Support+of+Microsoft+Sculpt+Comfort+Mouse+for+OS+X |
--> |
<?xml version='1.0'?> |
<root> |
<devicevendordef> |
<vendorname>MICROSOFT</vendorname> |
<vendorid>0x045e</vendorid> |
</devicevendordef> |
<deviceproductdef> |
<productname>SCULPT_COMFORT</productname> |
<productid>0x07a2</productid> |
</deviceproductdef> |
<item> |
<name>Windows Button to LaunchPad (Microsoft Sculpt Comfort Mouse)</name> |
<identifier>com.microsoft.mouse.sculpt_comfort.win_button</identifier> |
<device_only>DeviceVendor::MICROSOFT,DeviceProduct::SCULPT_COMFORT</device_only> |
<autogen> |
__KeyToKey__ |
KeyCode::COMMAND_L, |
KeyCode::LAUNCHPAD |
</autogen> |
</item> |
<item> |
<name>Slide Up to Backward (Microsoft Sculpt Comfort Mouse)</name> |
<identifier>com.microsoft.mouse.sculpt_comfort.slide_up</identifier> |
<device_only>DeviceVendor::MICROSOFT,DeviceProduct::SCULPT_COMFORT</device_only> |
<autogen> |
__KeyToKey__ |
KeyCode::DELETE, ModifierFlag::CONTROL_L, |
KeyCode::BRACKET_RIGHT, ModifierFlag::COMMAND_L |
</autogen> |
</item> |
<item> |
<name>Slide Down to Forward (Microsoft Sculpt Comfort Mouse)</name> |
<identifier>com.microsoft.mouse.sculpt_comfort.slide_down</identifier> |
<device_only>DeviceVendor::MICROSOFT,DeviceProduct::SCULPT_COMFORT</device_only> |
<autogen> |
__KeyToKey__ |
KeyCode::TAB, ModifierFlag::CONTROL_L, |
KeyCode::BRACKET_LEFT, ModifierFlag::COMMAND_L |
</autogen> |
</item> |
<item> |
<name>Scroll Left to Backward (Microsoft Sculpt Comfort Mouse)</name> |
<identifier>com.microsoft.mouse.sculpt_comfort.scroll_left</identifier> |
<device_only>DeviceVendor::MICROSOFT,DeviceProduct::SCULPT_COMFORT</device_only> |
<autogen> |
__ScrollWheelToKey__ |
ScrollWheel::LEFT, |
KeyCode::BRACKET_LEFT, ModifierFlag::COMMAND_L |
</autogen> |
</item> |
<item> |
<name>Scroll Right to Forward (Microsoft Sculpt Comfort Mouse)</name> |
<identifier>com.microsoft.mouse.sculpt_comfort.scroll_right</identifier> |
<device_only>DeviceVendor::MICROSOFT,DeviceProduct::SCULPT_COMFORT</device_only> |
<autogen> |
__ScrollWheelToKey__ |
ScrollWheel::RIGHT, |
KeyCode::BRACKET_RIGHT, ModifierFlag::COMMAND_L |
</autogen> |
</item> |
</root> |
commented Dec 23, 2016
Any chance of getting this to work on mac os Sierria with karabiner elements? |
Microsoft Sculpt Comfort Mouse Mac Os X 10
commented Jul 13, 2017
It looks to me like Elements doesn't allow custom mappings -- or even keys with modifiers yet. Correct me if I'm mistaken... I'm basically having to wait to upgrade due to this alone. |