entry: Add a key binding for the emoji chooser
Make Ctrl-. and Ctrl-; bring up the emoji chooser. https://bugzilla.gnome.org/show_bug.cgi?id=789160
This commit is contained in:
		 Matthias Clasen
					Matthias Clasen
				
			
				
					committed by
					
						 Daniel Boles
						Daniel Boles
					
				
			
			
				
	
			
			
			 Daniel Boles
						Daniel Boles
					
				
			
						parent
						
							6b126a70e2
						
					
				
				
					commit
					d3eacaf840
				
			| @ -146,6 +146,7 @@ struct _GtkEntryClass | ||||
|   void (* copy_clipboard)     (GtkEntry             *entry); | ||||
|   void (* paste_clipboard)    (GtkEntry             *entry); | ||||
|   void (* toggle_overwrite)   (GtkEntry             *entry); | ||||
|   void (* insert_emoji)       (GtkEntry             *entry); | ||||
|  | ||||
|   /* hooks to add other objects beside the entry (like in GtkSpinButton) */ | ||||
|   void (* get_text_area_size) (GtkEntry       *entry, | ||||
| @ -168,7 +169,6 @@ struct _GtkEntryClass | ||||
|   void (*_gtk_reserved4)      (void); | ||||
|   void (*_gtk_reserved5)      (void); | ||||
|   void (*_gtk_reserved6)      (void); | ||||
|   void (*_gtk_reserved7)      (void); | ||||
| }; | ||||
|  | ||||
| GDK_AVAILABLE_IN_ALL | ||||
|  | ||||
		Reference in New Issue
	
	Block a user