about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Merge pull request #44 from TERMZL0ckd0wn/main HEAD mainWeirdTreeThing2025-01-22
|\ | | | | Added Void Linux Support + list of supported distributions
| * Update README.mdTERMZL0ckd0wn2025-01-22
| |
| * Update README.mdTERMZL0ckd0wn2025-01-22
| |
| * Update README.mdTERMZL0ckd0wn2025-01-22
| |
| * Update README.mdTERMZL0ckd0wn2025-01-22
| |
| * Update README.md | Created List and Added void linuxTERMZL0ckd0wn2025-01-22
| |
| * Update install.sh | added Void Linux SupportTERMZL0ckd0wn2025-01-22
| |
| * Update README.mdTERMZL0ckd0wn2025-01-21
| |
| * Update README.mdTERMZL0ckd0wn2025-01-21
| |
* | Fix keyd install checkWeirdTreeThing2025-01-21
|/
* Rename pixel keyboard udev ruleWeirdTreeThing2024-11-28
|
* Reload udev rules after installing pixel keyboard ruleWeirdTreeThing2024-11-28
| | | | Fixes #40
* Merge pull request #39 from Nacroni/patch-1WeirdTreeThing2024-11-08
|\ | | | | use "dnf4" instead of generic "dnf"
| * use "dnf4" instead of generic "dnf"Nacroni2024-11-08
|/ | | Fedora 41 changes the version of the generic "dnf" to dnf5 (which doesn't support "group install"), so directly pointing to dnf4 might help with installing dependencies.
* Merge pull request #35 from venomade/mainWeirdTreeThing2024-10-19
|\ | | | | Fix Google Assistant key on Pixel devices
| * Fix Google Assistant key on Pixel devicesvenomade2024-10-19
|/ | | | fixes WeirdTreeThing/cros-keyboard-map#11 for Atlas Devices
* Replace `print` key with `sysrq`WeirdTreeThing2024-08-13
| | | | Fixes #26
* Add installing messageWeirdTreeThing2024-07-30
|
* Add support for mapping the google assistant key on pixel devicesWeirdTreeThing2024-07-07
|
* Do not run if NixOS is detectedIngo Reitz2024-04-18
|
* Add special case for Sarien and ArcadaWeirdTreeThing2024-04-10
|
* Level 100 bash expertWeirdTreeThing2024-03-18
|
* More install.sh fixesWeirdTreeThing2024-03-18
|
* Fix arm?WeirdTreeThing2024-03-12
| | | | I forgot what this does lol
* Add quotes around variables that might not be setWeirdTreeThing2024-03-11
|
* Merge pull request #15 from jux1e/mainWeirdTreeThing2024-03-06
|\ | | | | fixed bug with waiting for user input
| * fixed bug with waiting for user inputjux1e2024-03-06
|/
* Merge pull request #13 from marcsadler/mainWeirdTreeThing2024-03-02
|\ | | | | keyd on Arch is now packaged in the official repo
| * keyd on Arch is now packaged in the official repomarcsadler2024-03-03
|/ | | For Arch, install keyd from repo instead of AUR
* Install keyd from terra repo on FedoraWeirdTreeThing2024-02-24
|
* Fix a silly little errorWeirdTreeThing2024-02-24
|
* Add arm vivaldi supportWeirdTreeThing2024-02-24
|
* install: add option to invert top rowWeirdTreeThing2024-02-21
|
* Add more hammer idsWeirdTreeThing2024-02-14
|
* Merge pull request #12 from V02460/new_device_idWeirdTreeThing2024-02-14
|\ | | | | Add device ID for IdeaPad Duet (google-krane)
| * Add device ID for IdeaPad Duet (google-krane)Kai A. Hiller2024-02-15
|/
* Add fancy colorsWeirdTreeThing2024-02-13
|
* Redirect package manager output to a log fileWeirdTreeThing2024-02-13
|
* exit on errorsWeirdTreeThing2024-02-13
|
* Merge pull request #10 from jenneron/remove-backslashWeirdTreeThing2024-02-12
|\ | | | | move generating ids part to outside function
| * move generating ids part to outside functionAnton Bambura2024-02-13
|/ | | | | it seems that python versions lower than 3.12 have problems interpreting such expressions in f-strings.
* Merge pull request #9 from jenneron/improvementsWeirdTreeThing2024-02-12
|\ | | | | Improvements
| * add support for katsuAnton Bambura2024-02-12
| |
| * move ids to a listAnton Bambura2024-02-12
| |
| * use f-string in get_keyd_configAnton Bambura2024-02-12
| |
| * add --inverted argumentAnton Bambura2024-02-12
| |
| * add get_functional_row and unify its codeAnton Bambura2024-02-12
| |
| * better naming for functionsAnton Bambura2024-02-12
| |
| * add --file argumentAnton Bambura2024-02-12
| |
| * convert vivaldi_scancode_to_keyd to dictionaryAnton Bambura2024-02-12
| |