mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Include modifiers when looking up an individual key.
This commit is contained in:
		@@ -165,7 +165,7 @@ cmd_list_keys_exec(struct cmd *self, struct cmdq_item *item)
 | 
				
			|||||||
			cmdq_error(item, "invalid key: %s", args->argv[0]);
 | 
								cmdq_error(item, "invalid key: %s", args->argv[0]);
 | 
				
			||||||
			return (CMD_RETURN_ERROR);
 | 
								return (CMD_RETURN_ERROR);
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		only &= KEYC_MASK_KEY;
 | 
							only &= (KEYC_MASK_KEY|KEYC_MASK_MODIFIERS);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	tablename = args_get(args, 'T');
 | 
						tablename = args_get(args, 'T');
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user