@@ -38,7 +38,7 @@ def __init__(self):
3838 """ ,
3939 )
4040 with self , v3 .Template (v_slot_append = True ):
41- v3 .VHotkey (keys = "? " , variant = "contained" , inline = True )
41+ v3 .VHotkey (keys = "v " , variant = "contained" , inline = True )
4242
4343
4444class ToolResetCamera (Tool ):
@@ -69,9 +69,9 @@ def __init__(self):
6969 description = "Select projection to use for the visualizations. (Cylindrical Equidistant, Robinson, Mollweide)" ,
7070 )
7171 with self , v3 .Template (v_slot_append = True ):
72- v3 .VHotkey (keys = "i " , variant = "contained" , inline = True )
73- v3 .VHotkey (keys = "o " , variant = "contained" , inline = True )
74- v3 .VHotkey (keys = "p " , variant = "contained" , inline = True )
72+ v3 .VHotkey (keys = "e " , variant = "contained" , inline = True )
73+ v3 .VHotkey (keys = "b " , variant = "contained" , inline = True )
74+ v3 .VHotkey (keys = "m " , variant = "contained" , inline = True )
7575
7676
7777class ToolLayoutManagement (Tool ):
@@ -82,7 +82,7 @@ def __init__(self):
8282 description = "Toggle layout toolbar for adjusting aspect-ratio, width and grouping options." ,
8383 )
8484 with self , v3 .Template (v_slot_append = True ):
85- v3 .VHotkey (keys = "a " , variant = "contained" , inline = True )
85+ v3 .VHotkey (keys = "l " , variant = "contained" , inline = True )
8686
8787
8888class ToolCropping (Tool ):
@@ -93,7 +93,7 @@ def __init__(self):
9393 description = "Toggle cropping toolbar for adjusting spacial bounds." ,
9494 )
9595 with self , v3 .Template (v_slot_append = True ):
96- v3 .VHotkey (keys = "s " , variant = "contained" , inline = True )
96+ v3 .VHotkey (keys = "c " , variant = "contained" , inline = True )
9797
9898
9999class ToolDataSelection (Tool ):
@@ -104,7 +104,7 @@ def __init__(self):
104104 description = "Toggle data selection toolbar for selecting a given layer, midpoint or time." ,
105105 )
106106 with self , v3 .Template (v_slot_append = True ):
107- v3 .VHotkey (keys = "d " , variant = "contained" , inline = True )
107+ v3 .VHotkey (keys = "s " , variant = "contained" , inline = True )
108108
109109
110110class ToolAnimation (Tool ):
@@ -115,7 +115,7 @@ def __init__(self):
115115 description = "Toggle animation toolbar." ,
116116 )
117117 with self , v3 .Template (v_slot_append = True ):
118- v3 .VHotkey (keys = "f " , variant = "contained" , inline = True )
118+ v3 .VHotkey (keys = "a " , variant = "contained" , inline = True )
119119
120120
121121# -----------------------------------------------------------------------------
@@ -225,19 +225,19 @@ def __init__(self):
225225 with v3 .VRow (classes = "ma-0 pb-4" ):
226226 v3 .VLabel ("Toggle Layout management toolbar" )
227227 v3 .VSpacer (classes = "mt-2" )
228- v3 .VHotkey (keys = "a " , variant = "contained" , inline = True )
228+ v3 .VHotkey (keys = "l " , variant = "contained" , inline = True )
229229 with v3 .VRow (classes = "ma-0 pb-4" ):
230230 v3 .VLabel ("Toggle Lat/Long cropping toolbar" )
231231 v3 .VSpacer ()
232- v3 .VHotkey (keys = "s " , variant = "contained" , inline = True )
232+ v3 .VHotkey (keys = "c " , variant = "contained" , inline = True )
233233 with v3 .VRow (classes = "ma-0 pb-4" ):
234234 v3 .VLabel ("Toggle Slice selection toolbar" )
235235 v3 .VSpacer ()
236- v3 .VHotkey (keys = "d " , variant = "contained" , inline = True )
236+ v3 .VHotkey (keys = "s " , variant = "contained" , inline = True )
237237 with v3 .VRow (classes = "ma-0 pb-4" ):
238238 v3 .VLabel ("Toggle Animation controls toolbar" )
239239 v3 .VSpacer ()
240- v3 .VHotkey (keys = "f " , variant = "contained" , inline = True )
240+ v3 .VHotkey (keys = "a " , variant = "contained" , inline = True )
241241
242242 v3 .VDivider (classes = "mb-4" )
243243
@@ -249,7 +249,7 @@ def __init__(self):
249249 with v3 .VRow (classes = "ma-0 pb-4" ):
250250 v3 .VLabel ("Toggle variable selection drawer" )
251251 v3 .VSpacer ()
252- v3 .VHotkey (keys = "? " , variant = "contained" , inline = True )
252+ v3 .VHotkey (keys = "v " , variant = "contained" , inline = True )
253253
254254 v3 .VDivider (classes = "mb-4" )
255255
@@ -265,13 +265,13 @@ def __init__(self):
265265 with v3 .VList (density = "compact" , classes = "pa-0 ma-0" ):
266266 with v3 .VListItem (subtitle = "Cylindrical Equidistant" ):
267267 with v3 .Template (v_slot_append = "True" ):
268- v3 .VHotkey (keys = "i " , variant = "contained" , inline = True )
268+ v3 .VHotkey (keys = "e " , variant = "contained" , inline = True )
269269 with v3 .VListItem (subtitle = "Robinson" ):
270270 with v3 .Template (v_slot_append = "True" ):
271- v3 .VHotkey (keys = "o " , variant = "contained" , inline = True )
271+ v3 .VHotkey (keys = "b " , variant = "contained" , inline = True )
272272 with v3 .VListItem (subtitle = "Mollweide" ):
273273 with v3 .Template (v_slot_append = "True" ):
274- v3 .VHotkey (keys = "p " , variant = "contained" , inline = True )
274+ v3 .VHotkey (keys = "m " , variant = "contained" , inline = True )
275275
276276 v3 .VDivider (classes = "my-4" )
277277
@@ -291,6 +291,9 @@ def __init__(self):
291291 with v3 .VListItem (subtitle = "4 columns" ):
292292 with v3 .Template (v_slot_append = "True" ):
293293 v3 .VHotkey (keys = "4" , variant = "contained" , inline = True )
294+ with v3 .VListItem (subtitle = "5 columns" ):
295+ with v3 .Template (v_slot_append = "True" ):
296+ v3 .VHotkey (keys = "5" , variant = "contained" , inline = True )
294297 with v3 .VListItem (subtitle = "6 columns" ):
295298 with v3 .Template (v_slot_append = "True" ):
296299 v3 .VHotkey (keys = "6" , variant = "contained" , inline = True )
0 commit comments