watch window reordering

This commit is contained in:
Ryan Fleury
2024-05-15 11:57:46 -07:00
parent 6e039430a5
commit 56afe8ca60
10 changed files with 74 additions and 7 deletions
+2
View File
@@ -120,6 +120,8 @@ DF_DefaultBindingTable:
{ "move_down_page_select" PageDown 0 shift 0 }
{ "move_up_whole_select" Home ctrl shift 0 }
{ "move_down_whole_select" End ctrl shift 0 }
{ "move_up_reorder" Up 0 0 alt }
{ "move_down_reorder" Down 0 0 alt }
{ "move_home" Home 0 0 0 }
{ "move_end" End 0 0 0 }
{ "move_home_select" Home 0 shift 0 }