forked from open-webui/open-webui
		
	fix: toggle settings shortcut fix
This commit is contained in:
		
							parent
							
								
									0890b53e13
								
							
						
					
					
						commit
						bf40695eb8
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		|  | @ -160,8 +160,8 @@ | |||
| 					document.getElementById('delete-chat-button')?.click(); | ||||
| 				} | ||||
| 
 | ||||
| 				// Check if Ctrl + S is pressed | ||||
| 				if (isCtrlPressed && event.key.toLowerCase() === 's') { | ||||
| 				// Check if Ctrl + . is pressed | ||||
| 				if (isCtrlPressed && event.key === '.') { | ||||
| 					event.preventDefault(); | ||||
| 					console.log('openSettings'); | ||||
| 					document.getElementById('open-settings-button')?.click(); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy J. Baek
						Timothy J. Baek