tweaks...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-10-23 00:14:47 +03:00
parent 0511ac879f
commit dc30fdfec5
2 changed files with 7 additions and 4 deletions

View File

@ -1365,14 +1365,17 @@ var Outline = {
: this.focus('next') } },
Home: function(evt){
if(this.get('edited')){
if(this.get('edited')
&& !evt.ctrlKey){
return }
evt.preventDefault()
this.focus(0) },
End: function(evt){
if(this.get('edited')){
if(this.get('edited')
&& !evt.ctrlKey){
return }
evt.preventDefault()
this.focus(-1) },
PageUp: function(evt){
var edited = this.get('edited')
if(!edited

View File

@ -49,7 +49,7 @@ var setup = function(){
- BUG: mobile browsers behave quite chaotically ignoring parts of the styling...
-
- ## ToDo:
- pgup/pgdown/home/end buttons
- pgup/pgdown/~home/end~ buttons
- identify a block (index, id, ...)
- FEATURE: "crop" -- view block tree separately...
- focus