
    f                    8    d dl mZ d dlmZ ddgZeZddZddZy)	    )annotations)KeyPressEvent
focus_nextfocus_previousc                L    | j                   j                  j                          y)zL
    Focus the next visible Window.
    (Often bound to the `Tab` key.)
    N)applayoutr   events    d/var/www/cvtools/html/venv/lib/python3.12/site-packages/prompt_toolkit/key_binding/bindings/focus.pyr   r      s    
 
II!    c                L    | j                   j                  j                          y)zT
    Focus the previous visible Window.
    (Often bound to the `BackTab` key.)
    N)r   r	   r   r
   s    r   r   r      s    
 
II##%r   N)r   EreturnNone)
__future__r   (prompt_toolkit.key_binding.key_processorr   __all__r   r   r    r   r   <module>r      s+    " B 
 "&r   