Update version and keycode

This commit is contained in:
vcaesar 2021-09-16 15:18:56 -04:00
parent 458d389e09
commit a23859625e
3 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@ -95,3 +95,4 @@ examples/bitmap/imgToBitmap/test_2.jpeg
examples/bitmap/imgToBitmap/test.png examples/bitmap/imgToBitmap/test.png
examples/bitmap/imgToBitmap/test_7.jpeg examples/bitmap/imgToBitmap/test_7.jpeg
robot_img.png robot_img.png
examples/bitmap/bitmapTobytes/out.jpg

View File

@ -46,7 +46,6 @@ struct XSpecialCharacterMapping XSpecialCharacterTable[] = {
{'@', XK_at}, {'@', XK_at},
{':', XK_colon}, {':', XK_colon},
{';', XK_semicolon}, {';', XK_semicolon},
{'`', XK_grave},
{'{', XK_braceleft}, {'{', XK_braceleft},
{'}', XK_braceright}, {'}', XK_braceright},
{'|', XK_bar}, {'|', XK_bar},
@ -55,10 +54,11 @@ struct XSpecialCharacterMapping XSpecialCharacterTable[] = {
{')', XK_parenright}, {')', XK_parenright},
{' ', XK_space}, {' ', XK_space},
{'/', XK_slash}, {'/', XK_slash},
{'\\', XK_backslash},
{'`', XK_grave},
{'"', XK_quoteright}, {'"', XK_quoteright},
{'\'', XK_quotedbl}, {'\'', XK_quotedbl},
// {'\'', XK_quoteright}, // {'\'', XK_quoteright},
{'\\', XK_backslash},
{'\t', XK_Tab}, {'\t', XK_Tab},
{'\n', XK_Return} {'\n', XK_Return}
}; };

View File

@ -72,7 +72,7 @@ import (
const ( const (
// Version get the robotgo version // Version get the robotgo version
Version = "v0.99.1.1189, MT. Rainier!" Version = "v0.100.0.1189, MT. Baker!"
) )
// GetVersion get the robotgo version // GetVersion get the robotgo version