Capslock icon indicating copy to clipboard operation
Capslock copied to clipboard

Make Capslock Great Again!

Results 21 Capslock issues
Sort by recently updated
recently updated
newest added

See https://github.com/pqrs-org/Karabiner-Elements/issues/3096

I created a layout of 3 basic planes for easier visual understanding of which button does what. (I used MacBook's keyboard layout). Feel free to use it as a reference...

"shift + command + up arrow = mouse wheel up fast" and "shift + command + down arrow = mouse wheel down fast" work in reverse.

目前已非常依赖此脚本的功能 但是在linux上xmod只能提供capslock配合hjkl等键使用。 此脚本有一个很好的特性 Ctrl, Alt Compatible ,不知是否可以用在xmodmap上,感谢提供脚本。

enhancement

目前capslock的功能非常丰富,把全部的配置全放在一个yaml里比较难维护 按照分组分别放到了不同的文件,每个文件更加专注不同的功能

Hi, Thanks for the awesome work! I'm forking this repo and add my own customisations. I understand command `make install` will copy the new `capslock.json` to the `complex_modifications` folder. However,...

question

For some reason MacOS sysdiagnose is triggered frequently after installing Karabiner with Capslock. Similar problem is also reported here https://github.com/pqrs-org/Karabiner-Elements/issues/1107 but I don't know how to integrate with this module....

bug

**Is your feature request related to a problem? Please describe.** No issues **Describe the solution you'd like** It would be great to have scrolling functionality with a modifier/hyper key and...

**Is your feature request related to a problem? Please describe.** 在mac配合使用鼠标的时候,左右切换桌面比较难操作,我现在使用 caps+q / e 来实现左右切换桌面。 **Describe the solution you'd like** 可以支持按下caps,同时滚动鼠标轮轴就可以左右切换桌面吗?

linux下无非就是用 xmodmap 这篇介绍很详细 https://www.cnblogs.com/yinheyi/p/10146900.html 以下这个配置我比较了若干,然后发现最佳的,和这里是一样的配置.还是希望能继续Linux的,这样以后3平台都以这里为准。就不用一人一种配置了。(vscode实在是没发现怎么用内置的来让capslock,所以只能ahk了吗) ``` keysym h = h H Left keysym l = l L Right keysym k = k K Up keysym j = j J Down...