|  |  | @ -109,8 +109,7 @@ static void find_active_keybindings(df::viewscreen *screen, bool filtermenu) { | 
			
		
	
		
		
			
				
					
					|  |  |  |                             vector<string> tokens; |  |  |  |                             vector<string> tokens; | 
			
		
	
		
		
			
				
					
					|  |  |  |                             split_string(&tokens, *invoke_cmd, ":"); |  |  |  |                             split_string(&tokens, *invoke_cmd, ":"); | 
			
		
	
		
		
			
				
					
					|  |  |  |                             string focus = tokens[0].substr(1); |  |  |  |                             string focus = tokens[0].substr(1); | 
			
		
	
		
		
			
				
					
					|  |  |  |                             for(string focusString : focusStrings) { |  |  |  |                             if(Gui::matchFocusString(focus)) { | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                                 if (prefix_matches(toLower(focus), toLower(focusString))) { |  |  |  |  | 
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |                                 auto cmdline = trim(tokens[1]); |  |  |  |                                 auto cmdline = trim(tokens[1]); | 
			
		
	
		
		
			
				
					
					|  |  |  |                                 add_binding_if_valid(sym, cmdline, screen, filtermenu); |  |  |  |                                 add_binding_if_valid(sym, cmdline, screen, filtermenu); | 
			
		
	
		
		
			
				
					
					|  |  |  |                             } |  |  |  |                             } | 
			
		
	
	
		
		
			
				
					|  |  | @ -120,7 +119,6 @@ static void find_active_keybindings(df::viewscreen *screen, bool filtermenu) { | 
			
		
	
		
		
			
				
					
					|  |  |  |             } |  |  |  |             } | 
			
		
	
		
		
			
				
					
					|  |  |  |         } |  |  |  |         } | 
			
		
	
		
		
			
				
					
					|  |  |  |     } |  |  |  |     } | 
			
		
	
		
		
			
				
					
					|  |  |  |     } |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     valid = true; |  |  |  |     valid = true; | 
			
		
	
		
		
			
				
					
					|  |  |  | } |  |  |  | } | 
			
		
	
	
		
		
			
				
					|  |  | 
 |