diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2022-08-15 09:21:20 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-15 09:21:20 +0530 |
commit | bcc8c4346d0deaa6c22a59e861367825096a3631 (patch) | |
tree | 838adf582fb12389a20203fe7cb2ff25bd076c6d | |
parent | 4de1b47bea0c64149618c30363ffa74267395707 (diff) |
Update README.md
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -34,4 +34,9 @@ mv ipman.py /any/directory/ipman.py ``` ### Set the keyboard shortcut -This depends on your desktop environment. Navigate to your keyboard shortcuts setting. Add a shortcut with the command as `python3 /opt/ipman.py paste` and the shortcut as whatever you want the "paste" shortcut to be. This will be the shortcut that will paste the IP. Add another shortcut with the command as `python3 /opt/ipman.py setip` and the shortcut as whatever you want the "SetIP" shortcut to be. This shortcut will open the window to set the IP address. +This depends on your desktop environment. +Navigate to your keyboard shortcuts setting. + +Add a shortcut with the command as `python3 /opt/ipman.py paste` and the shortcut as whatever you want the "paste" shortcut to be. This will be the shortcut that will paste the IP. + +Add another shortcut with the command as `python3 /opt/ipman.py setip` and the shortcut as whatever you want the "SetIP" shortcut to be. This shortcut will open the window to set the IP address. |