summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Make level 5 shift use "Lock".mainJosh Rahm2025-04-08
| | | | This fixes the issue in Vim where it recognizes it as Mod4.
* Make the right-shift a one-level key.Josh Rahm2024-03-14
|
* Remove the Num_Lock key. We do this to have access to mod2 without the ↵Josh Rahm2024-02-02
| | | | stupid Num_Lock key messing it up. Also set right control to mod2.
* use bash instead of shJosh Rahm2024-02-01
|
* fix some more stuffJosh Rahm2024-02-01
|
* nopeJosh Rahm2024-02-01
|
* Do not like having Caps set to control, switching back. Trying on setting ↵Josh Rahm2024-02-01
| | | | keycode for "q" for size
* Clean up some more bindings.Josh Rahm2024-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 thinkJosh Rahm2024-01-30
|
* Switch back to using mod4 as the main key with XMonad. Using the hyper key ↵Josh Rahm2024-01-26
| | | | is too much work.
* jr: fix the busted RTSH behaviorJosh Rahm2022-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 jrdpvJosh Rahm2022-09-06
|
* jr: remove group2 nonsense.Josh Rahm2022-09-06
|
* setxkbmap.sh: why?unstableJosh Rahm2022-09-06
|
* setxkbmap.sh: remove jrcompat optionJosh Rahm2022-09-06
|
* jr: Add ability to type super and subscript numbers, with level 5,6 shift.Josh Rahm2022-09-06
|
* Continue to try and eliminate bad keyboard keysJosh Rahm2022-09-06
|
* Change caps to and make the tap+caps to escape.Josh Rahm2022-09-06
|
* jr: add jdvprk for the Royal Kludge keyboard.Josh Rahm2022-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 XComposeJosh Rahm2022-07-27
|
* remove vestigas of failed vi mode.Josh Rahm2021-11-10
|
* Remove modifiers for "visual" and "mouse" modes.Josh Rahm2021-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 Rahm2021-10-11
|
* More vi mode. Have problem with keys not repeatingJosh Rahm2021-10-11
|
* Implement some more Vi keybindings.Josh Rahm2021-10-11
|
* Added x as Delete in Vi modeJosh Rahm2021-10-11
|
* Clean up keyboard definitions. Add a basic Vi mode as Group2.Josh Rahm2021-10-11
|
* Initial commit to jr.Josh Rahm2021-10-08