S substep New member Local time 8:24 PM Messages 2 Aug 2, 2010 #1 I'm tired of [X] button and want to close windows by middle clicking on the title. Is there an app for that? My Computer My Computer OS7
I'm tired of [X] button and want to close windows by middle clicking on the title. Is there an app for that?
MilesAhead Eclectician Guru Gold Member Local time 9:24 PM Messages 5,063 Aug 3, 2010 #2 substep said: I'm tired of [X] button and want to close windows by middle clicking on the title. Is there an app for that? Click to expand... Get AutoHotKey and use this script: Code: MButton:: Send !{F4} Return Make sure you don't use it when the desktop is active or it may try to log you off. You may be able to get one with the few more features if you request it here: Post New Requests Here - DonationCoder.com My Computer My Computer Computer Manufacturer/Model NumberHP Media CenterOSWindows 7 32 bitCPUAMD 5200+ dual coreMemory2 GBGraphics Card(s)NVidia GeForce 6150SE 128 MBMonitor(s) DisplaysCRTScreen Resolution1280x1024Hard Drives500 GB Sata internal : SIIG USB 3.0 docking stations w/WD Caviar Black 6 Gb/s drivesKeyboardPS/2MousePS/2 Wheel MouseOther InfoSIIG USB 3.0 PCIexpress card.
substep said: I'm tired of [X] button and want to close windows by middle clicking on the title. Is there an app for that? Click to expand... Get AutoHotKey and use this script: Code: MButton:: Send !{F4} Return Make sure you don't use it when the desktop is active or it may try to log you off. You may be able to get one with the few more features if you request it here: Post New Requests Here - DonationCoder.com