Open gbu117 opened 3 years ago
Thank you for the suggestions. I'll see what I can do. I am trying to keep the non-terminal portions of the user interface to an absolute minimum, so there are no toolbars at the top (instead, there is the newWindow
command).
For scroll speed, I would like to have it too. For now, the scroll speed depends on the number of fingers you place on the screen when you scroll. 3-fingers-scrolling can be quite fast (4 fingers gesture trigger an iOS response).
Thank you!
Scroll sensitivity is now (somewhat...) customizable!
To change it, you can do the following:
~/Documents/Web/
(I created the Web
directory for things like this :smile: )gestures.js
has constants at the top like INITIAL_INERTIAL_SCROLL_VEL_MULTIPLIER
. Try changing these!~/Documents/Web/gestures.js
, add initializeTerminalGestures();
gestures.js
with jsc --in-window
, this will replace the current terminal gestures with our custom terminal gestures.gestures.js
cd
to ~/Documents/Web
and run jsc --in-window ./gestures.js
to apply any changes to gesture-related constants!
newTab
commandI, too, would really like multi-tab support! I primarily use a-Shell
on an iPhone, so, for me, newWindow
does nothing.
A newTab
command would be very useful!
Having a button to open multiple tabs as is possible with the plus icon in the top right in LibTerm would be great, and the ability to scroll faster or adjust the scroll speed/sensitivity in general to be able get to the beginning of a terminal window more quickly would be really useful.