You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The caps lock does not actually function as a caps lock. It just holds down shift. There should be a way to change this or it should be mentioned in documentation if the feature already exists. The computer has no idea that the caps lock button has been activated, as tested on lock screens in various OSes. This works with other keyboards. This is especially frustrating in games, where the shift key is used for dashing, crouching, or sprinting. I would like to make note that I do enjoy the construction of the keyboard as well as the remainder of it's features and functionality.
I read the code and now see that you implemented your own Caps Lock instead of using the one included in the Keyboard.h Library. I don't know how you were originally sending the caps lock signal. I read a few arduino forums posts, and it appears that people use this function without issue. I guess I can play with a copy of the code and see what happens.
The text was updated successfully, but these errors were encountered:
In the very earliest version of the firmware I did play around with the actual caps lock key and it does work, but I found it difficult to use because you can't tell if it's on or off. I think with a regular keyboard, the status of the caps lock is communicated back to the keyboard somehow and if there's a way to do this with the Arduino library, Brian and myself couldn't figure it out. I did notice that if I plug another USB keyboard into the same computer and use the Arduino library's caps lock, then the caps lock LED on the other keyboard turns on and off. I think the best solution would be if somebody updated that HID library to include a way to read the caps lock status over USB.
The caps lock does not actually function as a caps lock. It just holds down shift. There should be a way to change this or it should be mentioned in documentation if the feature already exists. The computer has no idea that the caps lock button has been activated, as tested on lock screens in various OSes. This works with other keyboards. This is especially frustrating in games, where the shift key is used for dashing, crouching, or sprinting. I would like to make note that I do enjoy the construction of the keyboard as well as the remainder of it's features and functionality.
I read the code and now see that you implemented your own Caps Lock instead of using the one included in the Keyboard.h Library. I don't know how you were originally sending the caps lock signal. I read a few arduino forums posts, and it appears that people use this function without issue. I guess I can play with a copy of the code and see what happens.
The text was updated successfully, but these errors were encountered: