Skip to content

Commit e24f15a

Browse files
committed
Disable mouse support
1 parent 3bc7eeb commit e24f15a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,9 @@ Inline Documentation
180180
The aws-shell will automatically pull up documentation as you type commands.
181181
It will show inline documentation for CLI options. There is also a separate
182182
documentation panel that will show documentation for the current command or
183-
option you are typing. Pressing F9 or clicking this panel will focus it
184-
allowing the use of your keybindings or scroll wheel to navigate the docs.
183+
option you are typing. Pressing F9 will toggle focus to the documentation panel
184+
allowing you to navigate it using your selected keybindings.
185+
185186

186187
.. image:: https://cloud.githubusercontent.com/assets/368057/11823320/36ae9b04-a328-11e5-9661-81abfc0afe5a.png
187188

awsshell/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ def create_application(self, completer, history,
433433
return Application(
434434
editing_mode=editing_mode,
435435
layout=self.create_layout(display_completions_in_columns, toolbar),
436-
mouse_support=True,
436+
mouse_support=False,
437437
style=style_factory.style,
438438
buffers=buffers,
439439
buffer=self.create_buffer(completer, history),

0 commit comments

Comments
 (0)