about summary refs log tree commit diff
path: root/cros-keyboard-map.py
Commit message (Collapse)AuthorAge
* Replace `print` key with `sysrq`WeirdTreeThing2024-08-13
| | | | Fixes #26
* Fix arm?WeirdTreeThing2024-03-12
| | | | I forgot what this does lol
* Fix a silly little errorWeirdTreeThing2024-02-24
|
* Add arm vivaldi supportWeirdTreeThing2024-02-24
|
* Add more hammer idsWeirdTreeThing2024-02-14
|
* Add device ID for IdeaPad Duet (google-krane)Kai A. Hiller2024-02-15
|
* 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.
* 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
|
* don't execute main() when included as moduleAnton Bambura2024-02-12
|
* Only match keyboardWeirdTreeThing2024-02-03
|
* Add id for cros_ec_keybWeirdTreeThing2024-01-22
| | | | used on arm devices
* Remove unused iRajas Paranjpe2023-10-20
|
* Remove caps lockWeirdTreeThing2023-09-26
| | | | who actually uses caps lock lmao
* Map fullscreen (zoom) to f11WeirdTreeThing2023-09-04
| | | | Most programs will do nothing then the zoom key is pressed
* Map lock button to coffeeWeirdTreeThing2023-09-03
|
* Initial commitWeirdTreeThing2023-08-28