dotfiles/Code/User/History/-10a2f74d/3Rmj.toml

44 lines
760 B
TOML
Raw Normal View History

2024-01-13 13:50:04 -06:00
# This config file is the one that @wez uses on a PixelBook Go
device_name = "MINI_KEYBOARD"
## Save for later usage
## Hold capslock for ctrl, tap for esc
#[[dual_role]]
#input = "KEY_CAPSLOCK"
#hold = ["KEY_LEFTCTRL"]
#tap = ["KEY_ESC"]
## DIALS
# Upper Dial
# Scroll Control
[[remap]]
input = ["KEY_4"]
output = ["KEY_PAGEDOWN"]
[[remap]]
input = ["KEY_5"]
tap = ["KEY_HOME"]
hold = ["KEY_END"]
[[remap]]
input = ["KEY_6"]
output = ["KEY_PAGEUP"]
## KEYS
# In order from top left to bottom right
# moving horizontally by row
# Copy
[[remap]]
input = ["KEY_D"]
output = ["KEY_LEFTCTRL", "KEY_C"]
# Paste
[[remap]]
input = ["KEY_C"]
output = ["KEY_LEFTSHIFT", "KEY_INSERT"]
# Clip History
[[remap]]
input = ["KEY_B"]
output = ["KEY_LEFTMETA", "KEY_V"]