Cursed Binds #750
alicealysia
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
Obviously, Mod+numpad should instead rotate the entire layout in 3D corresponding to Blender camera views |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
😃
Mod+Alt+1 { set-column-width "25%"; }
Mod+Alt+2 { set-column-width "33.33333%"; }
Mod+Alt+3 { set-column-width "50%"; }
Mod+Alt+4 { set-column-width "66.66666%"; }
Mod+Alt+5 { set-column-width "75%"; }
Mod+KP_End { set-column-width "25%"; }
Mod+KP_Down { set-column-width "33.33333%"; }
Mod+KP_Next { set-column-width "50%"; }
Mod+KP_Left { set-column-width "66.66666%"; }
Mod+KP_Begin { set-column-width "75%"; }
`
Beta Was this translation helpful? Give feedback.
All reactions