Sublime Forum

PgUP/PgDown on autocomplete show

#1

when I press PgUP/PgDown in autocomplete list, list was not changed its position and whole document is move up/down instead

0 Likes

#2

I’d like to suggest the detection of the mouse wheel here if this gets implemented.

You can run key mappings when the auto completiton popup is active but I don’t know how to scroll it (or which command this does).

[code] { “keys”: “pagedown”], “command”: “duplicate_line”, “context”:

		{ "key": "auto_complete_visible", "operator": "equal", "operand": true}
	]
}[/code]
0 Likes