mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
Merge pull request #7754 from minrk/screenKeys
disable screenKeys in term.js (enables things like `Ctrl-a` to work as expected in the terminal)
This commit is contained in:
commit
74ca347028
@ -6,7 +6,7 @@ define ([], function() {
|
||||
var term = new Terminal({
|
||||
cols: size.cols,
|
||||
rows: size.rows,
|
||||
screenKeys: true,
|
||||
screenKeys: false,
|
||||
useStyle: false
|
||||
});
|
||||
ws.onopen = function(event) {
|
||||
|
Loading…
Reference in New Issue
Block a user