• expired

Rapoo VT350 Wireless Gaming Mouse US$14.29 (~A$19.88) Delivered @ Rapoo Online AliExpress

110
117SDM

On sale from Rapoo is this wireless and wired gaming mouse on clearance. Featuring 11 programmable buttons, 5 adjustable DPI levels from 200 to 5000dpi, customisable RGB backlighting, a removable 10g weight and software for customisations. It uses 2.4G USB receiver.

  • Apply the coupon 117SDM at checkout

AU$ based on current Mastercard rate, GST inclusive and stacks with cashback.

Related Stores

AliExpress
AliExpress
Marketplace

closed Comments

  • Can i program 1 button for ctrl c and another for ctrl v for everything/any applications.

    and then when on excel only, one button to make the cell yellow?

    • For excel, just press F4 to repeat your last taction.

    • -1

      I think you're asking too much of a mouse…

    • The Logitech MX Master has software that you can use to control various programs in different ways. Might be what you're after.

      That said, just learn to use macros. AutoHotKey can achieve all of this with any mouse.

    • +1

      I use Autohotkey for this. I often copy single words over other words in my work, so I have one button for "double click then control C" and another button for "double click control V".

      • when you mean button, button on the mouse or keyboard button?

        • Mouse. It's a Logitech MX Ergo, and I use the skinny up and down buttons to the left of the left click button.

    • Yes, you can use the Rapoo software to record macros from keyboard shortcuts, but I haven't tried it personally.

      As for the excel thing, you can record that as a macro in Excel and then same as above, use the Rapoo sofware to bind a button to the macro's keyboard shortcut.

    • Here's a basic AutoHotKey script for making an excel cell yellow. Press control+shift+y to execute with excel window active. See in line comment about changing for a mouse:


      #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
      ; #Warn ; Enable warnings to assist with detecting common errors.
      SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
      SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

      #IfWinActive ahk_exe EXCEL.EXE
      ^+y:: ;control shift y, replace with mouse button if and when you need
      send !h
      sleep 100
      send h
      sleep 100
      send {UP 3}
      sleep 100
      send {LEFT 2}
      sleep 100
      send {Enter}

      return
  • I cannot explain how much I do not recommend Rapoo mice. You could not pay me.

Login or Join to leave a comment