Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switching with Ctrl+[printable character] #24

Open
victordk13 opened this issue Jan 11, 2016 · 1 comment
Open

Switching with Ctrl+[printable character] #24

victordk13 opened this issue Jan 11, 2016 · 1 comment

Comments

@victordk13
Copy link

If I use Ctrl+(printable character) (Ctrl+'' etc.) for text conversion, this printable character is added to the end of a converted text. (Also, in settings dialog Ctrl+'' shows like 'Control + Oem5')

@ghost
Copy link

ghost commented Feb 16, 2016

This one can be fixed by adding, replacements for strings when pressing any button.
Something like this

button press event()
if (button.Keycode == Oem5.KeyCode)
{
textBox1.Text.Replace("Oem5", "\");
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant