Add revealing/hiding statuses button to keyboard shortcuts legend column (#7178)
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
This commit is contained in:
		
							parent
							
								
									156b916caf
								
							
						
					
					
						commit
						7162a28c34
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -52,6 +52,10 @@ export default class KeyboardShortcuts extends ImmutablePureComponent {
 | 
			
		|||
                <td><kbd>enter</kbd></td>
 | 
			
		||||
                <td><FormattedMessage id='keyboard_shortcuts.enter' defaultMessage='to open status' /></td>
 | 
			
		||||
              </tr>
 | 
			
		||||
              <tr>
 | 
			
		||||
                <td><kbd>x</kbd></td>
 | 
			
		||||
                <td><FormattedMessage id='keyboard_shortcuts.toggle_hidden' defaultMessage='to show/hide text behind CW' /></td>
 | 
			
		||||
              </tr>
 | 
			
		||||
              <tr>
 | 
			
		||||
                <td><kbd>up</kbd></td>
 | 
			
		||||
                <td><FormattedMessage id='keyboard_shortcuts.up' defaultMessage='to move up in the list' /></td>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue