Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phistoh/ClearChatOnAltP
Small WoW addon which circumvents the ctrl-p hotkey for repeating the last message
https://github.com/phistoh/ClearChatOnAltP
world-of-warcraft world-of-warcraft-addon wow wow-addon
Last synced: 3 months ago
JSON representation
Small WoW addon which circumvents the ctrl-p hotkey for repeating the last message
- Host: GitHub
- URL: https://github.com/phistoh/ClearChatOnAltP
- Owner: phistoh
- Created: 2022-12-08T08:43:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T09:49:07.000Z (about 2 years ago)
- Last Synced: 2024-07-29T20:32:04.178Z (5 months ago)
- Topics: world-of-warcraft, world-of-warcraft-addon, wow, wow-addon
- Language: Lua
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ClearChatOnAltP
A WoW addon which circumvents the `Ctrl-P` hotkey (for repeating the last message) when the user additionally presses `Shift`. This enables the user to write Ö/ö via `Ctrl-Alt-Shift-P` or `Ctrl-Alt-P` when using *US international keyboard layout*## Usage
This addon does its work automatically.## File Description
- **ClearChatOnAltP.lua** contains the main code
- **ClearChatOnAltP.toc** is the standard WoW table-of-contents file containing addon information## Changes
- **1.0.1**: Bug fix
- **1.0**: Initial upload