Fix the option/alt/meta key on OSX

Instruct xtermjs to consider the option key as the meta key
pull/14/merge
Vasile Popescu 5 years ago
parent a697496cc7
commit bc832b8357

@ -15,6 +15,7 @@ ReactDOM.render(
var term = new Terminal({
cursorBlink: true,
macOptionIsMeta: true,
});
var derivedKey = pbkdf2.pbkdf2Sync('password', 'salt', 4096, 32, 'sha256');

Loading…
Cancel
Save