Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PyCharm: How can I make pycharm support mouse horizontal scroll

Tags:

pycharm

My mouse support horizontal scroll .It works well in visual studio ,and other editor. But i didn't worked on PyCharm or or JetBrain's product .Do any one know how to setting PyCharm .And make it support mouse horizontal scroll.

like image 762
kuafuking Avatar asked Oct 15 '25 15:10

kuafuking


1 Answers

I don't think you can.

According to the mouse reference doc they already mapped Shift + mouse scroll (the regular one, I guess) to horizontal scroll action.

And in terms of configurable mouse shortcuts for actions - I only see clickable buttons being configurable.

like image 179
Dan Cornilescu Avatar answered Oct 18 '25 01:10

Dan Cornilescu