Quindi probabilmente ci sono alcune app responsabili, ma non sono sicuro di come trovarlo.
Premo Esc in:
-
Eventi con i moschettoni: fa eco a "escape" come dovrebbe
-
in base al visualizzatore di tastiera OS X Esc non viene mai premuto.
Ma fn Esc funziona (anche in OS X keyboard-viewer).
Non ho idea di dove cercare. Ho visto questo thread ma ho già disabilitato Siri and Speech e riavviato.
Dove posso trovare maggiori informazioni su come affrontarlo?
Sono sull'ultimo aggiornamento di High Sierra 10.13.4.
Usando un'app chiamata "Codici chiave", ha registrato:
-
premendo Esc : niente
-
premendo fn Esc (prima fn, che esc):
Modifier Change Keys: Key Code: 65535 / 0xffff Modifiers: 8388864 / 0x800100 ⓘ Key Down Characters: Unicode: 27 / 0x1b Keys: Escape Key Code: 53 / 0x35 Modifiers: 8388864 / 0x800100 ⓘ Key Up Characters: Unicode: 27 / 0x1b Keys: Escape Key Code: 53 / 0x35 Modifiers: 8388864 / 0x800100 ⓘ Modifier Change Keys: Key Code: 65535 / 0xffff Modifiers: 256 / 0x100 ⓘ
In xev, quando premo 'esc' non viene emesso alcun suono. Ma quando premo fn + esc, ottengo il seguente output:
FocusIn event, serial 34, synthetic NO, window 0xa00001,
mode NotifyNormal, detail NotifyNonlinear
KeymapNotify event, serial 34, synthetic NO, window 0x0,
keys: 4294967201 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
PropertyNotify event, serial 34, synthetic NO, window 0xa00001,
atom 0x101 (_NET_WM_STATE), time 979893442, state PropertyNewValue
KeyPress event, serial 34, synthetic NO, window 0xa00001,
root 0x1a1, subw 0x0, time 979893799, (144,-11), root:(161,702),
state 0x0, keycode 61 (keysym 0xff1b, Escape), same_screen YES,
XLookupString gives 1 bytes: (1b) "
mbLookupString gives 1 bytes: (1b) "
FilterEvent returns: False
KeyRelease event, serial 34, synthetic NO, window 0xa00001,
root 0x1a1, subw 0x0, time 979893895, (144,-11), root:(161,702),
state 0x0, keycode 61 (keysym 0xff1b, Escape), same_screen YES,
XLookupString gives 1 bytes: (1b) "
FilterEvent returns: False
Per l'output completo di xmodmap -pk
l'ho caricato qui . Le linee più importanti (credo) sono:
61 0xff1b (Escape) 0x0000 (NoSymbol) 0xff1b (Escape)
79 0xff1b (Escape) 0x0000 (NoSymbol) 0xff1b (Escape)