Greasy Fork is available in English.

Absolute Enable Right Click & Copy

Force Enable Right Click & Copy & Highlight

< Σχολιασμός για τον κώδικα Absolute Enable Right Click & Copy

Ερώτηση/σχόλιο

§
Δημοσιεύτηκε: 12/11/2017

Enable Ctrl + C ?

Hi, thank you for your great script. It's working fine for me but on this site (https://jenie.co/) I can highlight and copy text by right-clicking but the ctrl + c shortcut is not working. Is there a way to fix that?

§
Δημοσιεύτηκε: 12/11/2017

Nevermind Ctrl + C works with Absolute Right Click Mode. However it's seems impossible to activate on a french (azerty) keyboard the the ` character require to press AltGr.

AbsoluteΔημιουργός
§
Δημοσιεύτηκε: 13/11/2017
Επεξεργάστηκε: 13/11/2017

Hello,

Umm, I never think about that, I always use English keyboard. However, it's possible to change the shortcut keys.

// In line 180 
if (event.ctrlKey && event.keyCode == 192) {

192 = `

You can change keyCode to assign it to any key you like. Also, you can change the "Ctrl" key.

For key code go to. http://keycode.info

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.