@@ -75,8 +75,8 @@ def __init__(self):
7575 description = "Select projection to use for the visualizations. (Cylindrical Equidistant, Robinson, Mollweide)" ,
7676 )
7777 with self , v3 .Template (v_slot_append = True ):
78- v3 .VHotkey (keys = "e " , variant = "contained" , inline = True )
79- v3 .VHotkey (keys = "b " , variant = "contained" , inline = True )
78+ v3 .VHotkey (keys = "c " , variant = "contained" , inline = True )
79+ v3 .VHotkey (keys = "r " , variant = "contained" , inline = True )
8080 v3 .VHotkey (keys = "m" , variant = "contained" , inline = True )
8181
8282
@@ -293,10 +293,10 @@ def __init__(self):
293293 with v3 .VList (density = "compact" , classes = "pa-0 ma-0" ):
294294 with v3 .VListItem (subtitle = "Cylindrical Equidistant" ):
295295 with v3 .Template (v_slot_append = "True" ):
296- v3 .VHotkey (keys = "e " , variant = "contained" , inline = True )
296+ v3 .VHotkey (keys = "c " , variant = "contained" , inline = True )
297297 with v3 .VListItem (subtitle = "Robinson" ):
298298 with v3 .Template (v_slot_append = "True" ):
299- v3 .VHotkey (keys = "b " , variant = "contained" , inline = True )
299+ v3 .VHotkey (keys = "r " , variant = "contained" , inline = True )
300300 with v3 .VListItem (subtitle = "Mollweide" ):
301301 with v3 .Template (v_slot_append = "True" ):
302302 v3 .VHotkey (keys = "m" , variant = "contained" , inline = True )
0 commit comments