mirror of
				https://github.com/taigrr/wtf
				synced 2025-01-18 04:03:14 -08:00 
			
		
		
		
	Fix help text
This commit is contained in:
		
							parent
							
								
									184b3744c2
								
							
						
					
					
						commit
						bdf642b773
					
				| @ -8,7 +8,7 @@ func (widget *Widget) initializeKeyboardControls() { | ||||
| 	widget.SetKeyboardChar("j", widget.Next, "Select next item") | ||||
| 	widget.SetKeyboardChar("k", widget.Prev, "Select previous item") | ||||
| 	widget.SetKeyboardChar("o", widget.openStory, "Open story in browser") | ||||
| 	widget.SetKeyboardChar("t", widget.toggleDisplayText, "Toggle between title and URL") | ||||
| 	widget.SetKeyboardChar("t", widget.toggleDisplayText, "Toggle display between title, link and title+content") | ||||
| 
 | ||||
| 	widget.SetKeyboardKey(tcell.KeyDown, widget.Next, "Select next item") | ||||
| 	widget.SetKeyboardKey(tcell.KeyUp, widget.Prev, "Select previous item") | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user