Skip to content

Instantly share code, notes, and snippets.

@acple
Last active December 17, 2015 16:49
Show Gist options
  • Save acple/5641041 to your computer and use it in GitHub Desktop.
Save acple/5641041 to your computer and use it in GitHub Desktop.
--- ReadLayout_Keyboard.ahk.orig 2012-07-17 23:56:22.000000000 +0900
+++ ReadLayout_Keyboard.ahk 2013-05-24 11:19:19.369796300 +0900
@@ -543,7 +543,7 @@
if ( row = 1 )
{
- if ( column = 14 )
+ if ( column = 15 )
return 0
else
{
@@ -559,6 +559,7 @@
: ( column = 10 ) ? "00B"
: ( column = 11 ) ? "00C"
: ( column = 12 ) ? "00D"
+ : ( column = 14 ) ? "07D"
: ( is_US_keyboard ) ? "02B"
: "07D"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment