<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; mouse button</title> <atom:link href="http://www.ghacks.net/tag/mouse-button/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 20:51:26 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>How to Customize Extra Mouse Buttons in Linux</title><link>http://www.ghacks.net/2011/06/28/how-to-customize-extra-mouse-buttons-in-linux/</link> <comments>http://www.ghacks.net/2011/06/28/how-to-customize-extra-mouse-buttons-in-linux/#comments</comments> <pubDate>Tue, 28 Jun 2011 08:01:40 +0000</pubDate> <dc:creator>Ryan D. Lang</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[linux tips]]></category> <category><![CDATA[mouse]]></category> <category><![CDATA[mouse button]]></category> <category><![CDATA[ubuntu]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=47048</guid> <description><![CDATA[If you are using a mouse, trackball, or touchpad with extra buttons in Windows, chances are the manufacturer has created software to configure the buttons. Rarely do they create such software for Linux. Btnx (button x) can be used to configure the mouse buttons in Linux for a variety of pointing devices. With a three [...]]]></description> <content:encoded><![CDATA[<p>If you are using a mouse, trackball, or touchpad with extra buttons in Windows, chances are the manufacturer has created software to configure the buttons.  Rarely do they create such software for Linux.  Btnx (button x) can be used to configure the mouse buttons in Linux for a variety of pointing devices.</p><p>With a three button mouse, typically people keep the default settings.  With a five button mouse, the extra two buttons often go unused.  The default is that they typically are used to go back and forward in web browsers and file managers.  This is not as handy in other programs.  Other functions might be more useful; the user should decided what they need.  For example, I would rather use the extra buttons to copy and paste text. Enter btnx.</p><p><strong>Using Btnx</strong></p><p>To install btnx, search for it in Ubuntu&#8217;s Software Center (found in the Application menu).  Alternatively, you can install it from the command line.</p><p><em>sudo apt-get install btnx</em></p><p>Now you can access btnx from:</p><p><em>Applications &gt; System Tools &gt; btnx</em></p><p>This will bring up a GUI dialog box for you to configure you mouse.  From here, click &#8220;Detect mouse &#038; buttons&#8221; and follow the steps.  It will have you test your mouse and label the buttons.  Don&#8217;t forget to add your scroll wheel.  It is an extra step compared to manufacturers&#8217; software, but it only takes a minute or two.  Next, click on the &#8220;Buttons&#8221; tab to configure what each button does.  Usually, it is the extra mouse buttons that are the best to customize, but any can be changed.</p><p>In this case, I set the keycode on &#8220;Button-1&#8243; (named by me) to &#8220;C&#8221; and the modifier to &#8220;Ctrl.&#8221;  Since this is just a case of simulating &#8220;ctrl+c&#8221; to copy something, left or right control keys are irrelevant.  Naturally, I set the &#8220;Button-2&#8243; as &#8220;ctrl-v&#8221; for paste.  Page Up &#038; Page Down would also make sense.  Options are not limited to key combinations.  Programs and other buttons can be set as well.  A wide array of functions are available for someone to choose from.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/06/extra-mouse-buttons-linux.png" alt="extra mouse buttons linux" title="extra mouse buttons linux" width="508" height="346" class="alignnone size-full wp-image-47049" /></p><p>Make sure to click the &#8220;Enabled&#8221; check box.  To apply the changes, restart btnx from the &#8220;Configurations&#8221; tab.  If a change does not seem to be taking place, try restarting btnx or your computer.</p><p>Note: The homepage and the help files were not available.  For clarification and program details, use the <a
href="http://web.archive.org/web/20090331224552/http://www.ollisalonen.com/btnx/man/">man pages</a> from the Wayback Machine.</p><p><strong>Problems and Issues</strong></p><p>In tests, while the remapping worked, a curious side effect evolved: the buttons now work as both copy &#038; paste and forward &#038; back.  This made them useless in websites.  Further research lead to a fix: <a
href="https://wiki.ubuntu.com/X/Config/Input">xinput</a>.  The program will let you swap or disable mouse buttons, among other things.  It should come with Ubuntu and other types of Linux, but it can be installed from the terminal:</p><p><em>sudo apt-get install xinput</em></p><p>Once installed, you need to use it to list and show devices:</p><p><em>xinput list</em></p><p>You should see your pointing device listed.  Look for your manufacturer&#8217;s name.  If the name appears twice, then you need to use the &#8220;id&#8221; number in place of the name.  Once you have found this information, you can disable the extra button functionality with the following line:</p><p><em>xinput set-button-map &#8220;Your mouse name&#8221; 1 2 3 4 5 6 7 0 0</em></p><p>Now, your mouse should work as intended.  Btnx will still know you are pressing the buttons, so the remap will still work.  If you have problems, try running through &#8220;Detect mouse &#038; buttons&#8221; again to make sure they were set correctly.  Note: You may have to do this each time you customize the buttons.</p><p><strong>Closing</strong></p><p>It took some time to find the answers, but I now have perfectly functional copy &#038; paste buttons on my trackball.  These solutions where found in the forums at <a
href="http://ubuntuforums.org/showthread.php?t=781821">ubuntuforums</a> and <a
href="http://pinoygeek.org/forum/index.php?topic=881.0">pinoygeek</a>.  With luck, you will not have the problems that I ran into.  If you do, I hope this article saves you the trouble of having to research the solution.  Please feel free to share how you remap your mouse in the comments.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/06/28/how-to-customize-extra-mouse-buttons-in-linux/feed/</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>Mouse Button Control</title><link>http://www.ghacks.net/2008/06/02/mouse-button-control/</link> <comments>http://www.ghacks.net/2008/06/02/mouse-button-control/#comments</comments> <pubDate>Mon, 02 Jun 2008 18:19:12 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[mouse]]></category> <category><![CDATA[mouse button]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=4686</guid> <description><![CDATA[I was looking for an application that gave me lots of freedom when configuring the actions of the buttons of my Logitech mouse. I&#8217;m not a huge fan of bloated software packages that are supplied by the hardware manufacturers. I was looking for something small, resource friendly and fast. X-Mouse Button Control was that application. [...]]]></description> <content:encoded><![CDATA[<p>I was looking for an application that gave me lots of freedom when configuring the actions of the buttons of my Logitech mouse. I&#8217;m not a huge fan of bloated software packages that are supplied by the hardware manufacturers. I was looking for something small, resource friendly and fast.</p><p><a
href="http://www.highrez.co.uk/downloads/XMouseButtonControl.htm">X-Mouse Button Control</a> was that application. It runs on 32-bit and 64-bit versions of Windows XP, 2003 and Windows Vista and is using roughly 2 Megabytes when running in the background. The main purpose &#8211; better my purpose &#8211; of using that software is to add functions to a fourth and fifth mouse button. It would not make much sense to change the left, middle or right mouse button because they are already reserved for important Windows functions.</p><p>You can configure buttons to launch applications, issue specific Windows commands or simulate keystrokes. It could be configured to open the email application, web browser or a text document but also to switch to windows or cut, copy and paste text.</p><p><span
id="more-4686"></span><img
src="http://www.ghacks.net/wp-content/uploads/2008/06/mouse_button_control.jpg" alt="mouse button control" title="mouse button control" width="404" height="337" class="alignnone size-medium wp-image-4688" /></p><p>It&#8217;s very versatile and can simulate almost everything on the computer. Another excellent feature is the ability to create mouse layouts for specific applications. This would make it possible to use customized actions for selected applications. You could set copy and paste to the fourth and fifth mouse button in a text editor and load a playlist or video in your favorite media player. One thing that&#8217;s missing is the option to set actions for the mouse wheel as well but that&#8217;s the only criticism that I have.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/06/02/mouse-button-control/feed/</wfw:commentRss> <slash:comments>9</slash:comments> </item> </channel> </rss>
