Skip to content

A python plugin for Hexchat that fixes a GTK issue with US-International keyboards on Windows.

Notifications You must be signed in to change notification settings

Joeytje50/Hexchat-DeadKeyFix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Hexchat-DeadKeyFix

This python plugin for Hexchat fixes an issue in GTK that occurs when using a US-International keyboard layout on windows. All accents ( ` ~ ^ ' " ) will be placed on the next character typed, including ones that don't normally get an accent.

This plugin fixes that by changing back to the normal behaviour of the quotes, and placing accents on top of those letters that would normally get accents. A whole list can be seen in the source code.

Installation

Ensure you have Hexchat installed with python plugin and that you've installed Python 2.7.5 for scripts. If not you can find links here: http://hexchat.github.io/downloads.html

Add the proper DeadKeyFix.py file to your %appdata%\HexChat\addons folder. If you've got python 2.x installed, you should add DeadKeyFix.py, and if you have Python 3.x installed, you should add DeadKeyFix-3.py.

Relevant Links

Hexchat Issue: hexchat/hexchat#37 GTK Bugzilla Entry: https://bugzilla.gnome.org/show_bug.cgi?id=569581

About

A python plugin for Hexchat that fixes a GTK issue with US-International keyboards on Windows.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%