问题标签 [touch-typing]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
keyboard - 触摸打字时如何输入!=?
不知何故,我想不出一种有效的方式来输入 != (在美国键盘上)。
- 右小指在 shift + 左小指在 !,然后右小指在 =:右小指很长的路
- 左小指上移,左无名指上!,然后右小指上=:左手奇怪的手指情况
- 右小指上移+左小指上!,然后右中指(或无名)上=:右手必须向右/向左移动很长一段路
这一切都让人感觉不自然。你怎么做呢?
touch-typing - Is touch typing necessary to be an efficient programmer?
I am 16 and I have been programming for a couple months. I am really interested in computer science and i am thinking i want to go into the field of programming. I just have one problem; I am a very slow typer. I tap at the keyboard with two or three fingers most of the time. I was wondering if I should learn how to touch type if I want to be a programmer. After all though, when programming, I spend the majority of my time thinking about what I am going to type than I do actually typing so I am wondering how beneficial it would really be. One of the main reasons I was considering learning how to type is so I can use advanced text editors like vim with ease. My final question, If you do think it would be helpful to learn, where should I learn and how long would it most likely take for me to lose my old habits?
keyboard-shortcuts - 右箭头的括号自定义键绑定
我想为右箭头键设置自定义键绑定。我发现我必须摆脱“主页键”并使用右箭头移过自动填充的引号或括号。我想知道是否有一种方便的方法可以将它绑定到 shift + space 或其他东西?我查看了 json 文件,但不知道该怎么做...