Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make level 5 shift use "Lock".main | Josh Rahm | 2025-04-08 |
| | | | | This fixes the issue in Vim where it recognizes it as Mod4. | ||
* | Make the right-shift a one-level key. | Josh Rahm | 2024-03-14 |
| | |||
* | Remove the Num_Lock key. We do this to have access to mod2 without the ↵ | Josh Rahm | 2024-02-02 |
| | | | | stupid Num_Lock key messing it up. Also set right control to mod2. | ||
* | use bash instead of sh | Josh Rahm | 2024-02-01 |
| | |||
* | fix some more stuff | Josh Rahm | 2024-02-01 |
| | |||
* | nope | Josh Rahm | 2024-02-01 |
| | |||
* | Do not like having Caps set to control, switching back. Trying on setting ↵ | Josh Rahm | 2024-02-01 |
| | | | | keycode for "q" for size | ||
* | Clean up some more bindings. | Josh Rahm | 2024-02-01 |
| | | | | | | | | | Have tab remap to hyper in the setxbmap script because it's pretty useless unless xcape is running. I'd rather the default behavior be tab acting like tab. Add to the script the ability for caps lock to act as both escape and control. I think I like it. It's still a test run. | ||
* | Better xkb configuration I think | Josh Rahm | 2024-01-30 |
| | |||
* | Switch back to using mod4 as the main key with XMonad. Using the hyper key ↵ | Josh Rahm | 2024-01-26 |
| | | | | is too much work. | ||
* | jr: fix the busted RTSH behavior | Josh Rahm | 2022-09-13 |
| | | | | | | | | | | | | For some reason on Photon, when RTSH was being invoked, it was setting the Mod3 bit? So XMonad thought I was pressing the hyper key, and thus trying to type level5 shifted characters was causing intereference. This is bizarre behavior, and seems to me to must have been caused by an update to X11, though I'm not sure what that update would have done. It appears as forcing it to use Mod4 solves the problem for now, though I suspect this is meerly a band-aid and not an actual solution. | ||
* | jr: add super and subscript numbers to jrdpv | Josh Rahm | 2022-09-06 |
| | |||
* | jr: remove group2 nonsense. | Josh Rahm | 2022-09-06 |
| | |||
* | setxkbmap.sh: why?unstable | Josh Rahm | 2022-09-06 |
| | |||
* | setxkbmap.sh: remove jrcompat option | Josh Rahm | 2022-09-06 |
| | |||
* | jr: Add ability to type super and subscript numbers, with level 5,6 shift. | Josh Rahm | 2022-09-06 |
| | |||
* | Continue to try and eliminate bad keyboard keys | Josh Rahm | 2022-09-06 |
| | |||
* | Change caps to and make the tap+caps to escape. | Josh Rahm | 2022-09-06 |
| | |||
* | jr: add jdvprk for the Royal Kludge keyboard. | Josh Rahm | 2022-09-06 |
| | | | | | | The Royal Kludge Keyboard shares the escape key with the tilde annd the backtick. In a stroke of ungenius, the tilde and backtick are invoked with the Fn key. This should change. | ||
* | Add my XCompose | Josh Rahm | 2022-07-27 |
| | |||
* | remove vestigas of failed vi mode. | Josh Rahm | 2021-11-10 |
| | |||
* | Remove modifiers for "visual" and "mouse" modes. | Josh Rahm | 2021-10-13 |
| | | | | | | | | | Swap Hyper and Super. Hyper is supported by XMonad, but not by many other applications, thus, I'd like to leave the more widely supported Super key available for mapping in individual applications and use Hyper to control XMonad. Add indications via Caps and Num Lock LEDs that I'm in "Vi" mode. | ||
* | add shell script to set the keyboard. | Josh Rahm | 2021-10-11 |
| | |||
* | More vi mode. Have problem with keys not repeating | Josh Rahm | 2021-10-11 |
| | |||
* | Implement some more Vi keybindings. | Josh Rahm | 2021-10-11 |
| | |||
* | Added x as Delete in Vi mode | Josh Rahm | 2021-10-11 |
| | |||
* | Clean up keyboard definitions. Add a basic Vi mode as Group2. | Josh Rahm | 2021-10-11 |
| | |||
* | Initial commit to jr. | Josh Rahm | 2021-10-08 |