U
    ‰dû  ã                   @  sH   d dl mZ d dlmZ ddgZeZdddœdd„Zdddœd	d„Zd
S )é    )Úannotations)ÚKeyPressEventÚ
focus_nextÚfocus_previousÚEÚNone)ÚeventÚreturnc                 C  s   | j j ¡  dS )zL
    Focus the next visible Window.
    (Often bound to the `Tab` key.)
    N)ÚappÚlayoutr   ©r   © r   úM/tmp/pip-unpacked-wheel-4x_7prb2/prompt_toolkit/key_binding/bindings/focus.pyr      s    c                 C  s   | j j ¡  dS )zT
    Focus the previous visible Window.
    (Often bound to the `BackTab` key.)
    N)r
   r   r   r   r   r   r   r      s    N)Ú
__future__r   Z(prompt_toolkit.key_binding.key_processorr   Ú__all__r   r   r   r   r   r   r   Ú<module>   s   þ