Typing icon indicating copy to clipboard operation
Typing copied to clipboard

Results 10 Typing issues
Sort by recently updated
recently updated
newest added

Hi, I try to optimize french Azerty keyboard with the optimizer. I defined a new DEFAULT_KEYBOARD_FRENCH with some french characters in it like "éçàù .." I created new data (allChars.txt...

@michaeldickens I'm trying to add another Physical keyboard "model" to Typing. I am trying to add an ISO keyboard. Following up on #16 Directions for this are provided in README.md....

I'm trying to add a new keyboard to the program (31 keys; adding the apostrophe) but for some reason it won't register. When I try to open tools.c in terminal...

@michaeldickens You might remember me form some previous comments, issues #16 and my recent pull request. I am posting again because if nothing else it seems that your work here...

git checkout https://github.com/MTGandP/Typing.git cd Typing open Typing.xcodeproj Xcode Err msg: Project /Users/ryan/gitroot/Typing/Typing.xcodeproj cannot be opened because the project file cannot be parsed. Using Xcode Version 4.5.1 (4G1004) The files in...

Hi. Thanks for the cool project. I'm a heavy python, emacs, restructured text and sometimes javascript user. I'd like to collect my typing data and use it see what happens....

Hi, I was wondering if a test suite exists to verify program performance accuracy. Thanks.

Maybe this helps: Time elapsed after 0 rounds: 0 hours, 0 minutes, 4 seconds **\* glibc detected **\* ./optimizer: double free or corruption (top): 0x000000000213f010 *** ======= Backtrace: ========= /lib/x86_64-linux-gnu/libc.so.6(+0x7e626)[0x7fe630221626]...

Hi, Presuming `keysToInclude` does not contain `'1'`, the call to `strchr()` in `initKeyboardData()` will be `NULL`. Subtracting from this result can result in undefined/unspecified behavior, according to the ISO C...

Hi, In runCJAlgorithm(), the `k` variable is uninitialized before being copied to `prev` the first time thru the `for-loop`. To prevent `k` from being filled with garbage data, should it...