Disable the annoying emoji picker on Firefox
that comes up when you press control and two periods
I have a keyboard shortcut to relax ublock origins blocking mode
which is set to Ctrl+Period
And the emoji picker keep popping up in text fields
instead of realxing the ublock origin command if i typed it to quickly
Not being twelve years old i have no use for emoji's
Open firefox and the about:config page
Search for
and change it false
or you can create user.js in your mozilla profile directory
Find your profile directory by opening the following page in Firefox
Create the user.js file and add the following code and restart firefox
that comes up when you press control and two periods
Code:
Ctrl + ..
I have a keyboard shortcut to relax ublock origins blocking mode
which is set to Ctrl+Period
And the emoji picker keep popping up in text fields
instead of realxing the ublock origin command if i typed it to quickly
Not being twelve years old i have no use for emoji's
Open firefox and the about:config page
Code:
about:config
Search for
Code:
widget.gtk.native-emoji-dialog
and change it false
or you can create user.js in your mozilla profile directory
Find your profile directory by opening the following page in Firefox
Code:
about:support
Create the user.js file and add the following code and restart firefox
Code:
// disable emoji picker
user_pref("widget.gtk.native-emoji-dialog", false);