Skip to content

This AutoHotkey script remaps the side buttons of the HXSJ-T69 mouse to the copy (Ctrl+C) and paste (Ctrl+V) actions. It provides a simple and efficient way to perform these common tasks directly from your mouse, enhancing productivity without the need for keyboard shortcuts.

License

Notifications You must be signed in to change notification settings

StarKev/HXSJ-T69-QuickCopy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation




English | Français

English

Program Description

This AutoHotkey script is designed to remap the side buttons of the HXSJ-T69 mouse to copy (Ctrl+C) and paste (Ctrl+V) actions. It provides a simple and efficient solution for those looking to streamline these actions directly from their mouse without relying on keyboard shortcuts.

Main Functions

  • Copy Action (Ctrl+C): Assigns the left side button to the copy function.
  • Paste Action (Ctrl+V): Assigns the right side button to the paste function.

Usage

  1. Running the Script: Place the script on your USB drive or in a location of your choice and double-click to run it. No installation is required.
  2. Automatic Execution: Optionally, place the script in the Startup folder to run it automatically upon each login.

Program Setup

  • Copy the AutoHotkey script to a location of your choice.
  • For automatic launch, place it in the C:\Users\<YourUsername>\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\ directory.

Example of Use

  • Copy and Paste: Click the left side button to copy text, and the right side button to paste it wherever needed.

Author


Français

Description du programme

Ce script AutoHotkey est conçu pour remapper les boutons latéraux de la souris HXSJ-T69 afin d'exécuter les actions de copier (Ctrl+C) et coller (Ctrl+V). Il offre une solution simple et pratique pour automatiser ces actions directement via la souris, sans avoir à utiliser les raccourcis clavier.

Fonctions principales

  • Action de Copie (Ctrl+C) : Assigne le bouton latéral gauche à la fonction de copie.
  • Action de Collage (Ctrl+V) : Assigne le bouton latéral droit à la fonction de collage.

Utilisation

  1. Exécuter le Script : Placez le script sur votre clé USB ou dans un emplacement de votre choix et double-cliquez pour l'exécuter. Aucune installation n'est requise.
  2. Exécution Automatique : Optionnellement, placez le script dans le dossier de démarrage pour qu'il s'exécute automatiquement à chaque connexion.

Configuration du programme

  • Copiez le script AutoHotkey dans l'emplacement de votre choix.
  • Pour le lancement automatique, placez-le dans le répertoire C:\Users\<VotreNom>\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\.

Exemple d'utilisation

  • Copier et Coller : Cliquez sur le bouton latéral gauche pour copier du texte, et sur le bouton latéral droit pour le coller où vous en avez besoin.

Auteur

License

Copyright (C) 2023-2024 StarKev

Licensed under the CC BY-NC-SA 4.0 License;
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    https://creativecommons.org/licenses/by-nc-sa/4.0/

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

This AutoHotkey script remaps the side buttons of the HXSJ-T69 mouse to the copy (Ctrl+C) and paste (Ctrl+V) actions. It provides a simple and efficient way to perform these common tasks directly from your mouse, enhancing productivity without the need for keyboard shortcuts.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published