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.
- 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.
- 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.
- Automatic Execution: Optionally, place the script in the Startup folder to run it automatically upon each login.
- 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.
- Copy and Paste: Click the left side button to copy text, and the right side button to paste it wherever needed.
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.
- 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.
- 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.
- Exécution Automatique : Optionnellement, placez le script dans le dossier de démarrage pour qu'il s'exécute automatiquement à chaque connexion.
- 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\
.
- 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.
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.