Update descriptions for DNS refresh and update key bindings
This commit is contained in:
		
							parent
							
								
									b4a4cbec0d
								
							
						
					
					
						commit
						32ead3f93a
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -44,8 +44,8 @@ HOSTS_MANAGER_BINDINGS = [
 | 
			
		|||
    Binding("shift+down", "move_entry_down", "Move entry down", show=False),
 | 
			
		||||
    Binding("ctrl+z", "undo", "Undo", show=False, id="left:undo"),
 | 
			
		||||
    Binding("ctrl+y", "redo", "Redo", show=False, id="left:redo"),
 | 
			
		||||
    Binding("R", "refresh_dns", "Refresh DNS", show=False, id="left:refresh_dns"),
 | 
			
		||||
    Binding("r", "update_single_dns", "Update DNS", show=False, id="left:update_single_dns"),
 | 
			
		||||
    Binding("R", "refresh_dns", "Update all DNS based Entries", show=False, id="left:refresh_dns"),
 | 
			
		||||
    Binding("r", "update_single_dns", "Update selected DNS based Entry", show=False, id="left:update_single_dns"),
 | 
			
		||||
    Binding("escape", "exit_edit_entry", "Exit edit mode", show=False),
 | 
			
		||||
    Binding("tab", "next_field", "Next field", show=False),
 | 
			
		||||
    Binding("shift+tab", "prev_field", "Previous field", show=False),
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue