开发者

Are there any keyboard shortcuts for RadioButton and Checkbox?

开发者 https://www.devze.com 2022-12-25 16:50 出处:网络
I have a lot of data-entryists using my ASP.NET application and we have all been wondering if there are any keyboard keys or shortcuts that you can press to trigger:

I have a lot of data-entryists using my ASP.NET application and we have all been wondering if there are any keyboard keys or shortcuts that you can press to trigger:

  • Check a RadioButton
  • Uncheck a RadioButton
  • Check a Checkbox
  • Uncheck a Checkbox

I know that you can write Javascript and do开发者_开发百科 it yourself, but do any keyboard keys/shortcuts already exist without using the mouse?


Spacebar is the standard button for those, with arrow keys to move between radio buttons.

0

精彩评论

暂无评论...
验证码 换一张
取 消