mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-11-27 18:13:19 +00:00
feat(g13): add config
This commit is contained in:
59
home/dot_config/g13/resolve.bind
Normal file
59
home/dot_config/g13/resolve.bind
Normal file
@@ -0,0 +1,59 @@
|
||||
# Set Pink Backlight
|
||||
rgb 220 48 104
|
||||
|
||||
# Setup distinct/non-overlapping 4-Way zones
|
||||
stickzone del STICK_PAGEUP
|
||||
stickzone del STICK_PAGEDOWN
|
||||
stickzone bounds STICK_LEFT 0.0 0.3 0.2 0.7
|
||||
stickzone bounds STICK_RIGHT 0.8 0.3 1.0 0.7
|
||||
stickzone bounds STICK_UP 0.3 0.0 0.7 0.2
|
||||
stickzone bounds STICK_DOWN 0.3 0.8 0.7 1.0
|
||||
|
||||
# Undo and Redo
|
||||
bind STICK_LEFT KEY_RIGHTCTRL+KEY_Z
|
||||
bind STICK_RIGHT KEY_LEFTCTRL+KEY_LEFTSHIFT+KEY_Z
|
||||
|
||||
# Play
|
||||
bind G22 KEY_SPACE
|
||||
|
||||
# Playback keys
|
||||
bind G16 KEY_J
|
||||
bind G17 KEY_K
|
||||
bind G18 KEY_L
|
||||
bind G4 KEY_UP
|
||||
bind G10 KEY_LEFT
|
||||
bind G11 KEY_DOWN
|
||||
bind G12 KEY_RIGHT
|
||||
|
||||
# In Out Markers
|
||||
bind G3 KEY_I
|
||||
bind G5 KEY_O
|
||||
|
||||
# Move clips in place
|
||||
bind G19 KEY_LEFTCTRL+KEY_LEFTSHIFT
|
||||
|
||||
bind L1 KEY_N
|
||||
bind L2 KEY_LEFTCTRL+KEY_LEFTSHIFT+KEY_L
|
||||
|
||||
# Select and blade
|
||||
bind LEFT KEY_A
|
||||
bind DOWN KEY_B
|
||||
|
||||
# Delete
|
||||
bind STICK_UP KEY_DELETE
|
||||
bind STICK_DOWN KEY_BACKSPACE
|
||||
|
||||
# Change timeline zoom
|
||||
bind G21 KEY_LEFTALT
|
||||
|
||||
# Switch workspaces
|
||||
bind M1 KEY_LEFTSHIFT+KEY_2
|
||||
bind M2 KEY_LEFTSHIFT+KEY_3
|
||||
bind M3 KEY_LEFTSHIFT+KEY_4
|
||||
bind MR KEY_LEFTSHIFT+KEY_6
|
||||
|
||||
# Add to end of timeline
|
||||
bind G13 KEY_LEFTSHIFT+KEY_F12
|
||||
|
||||
# Save
|
||||
bind BD KEY_LEFTCTRL+KEY_S
|
||||
Reference in New Issue
Block a user