From b54a2268339a29f4df5223adf07182295fb81b5a Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Thu, 5 Dec 2024 14:53:10 -0500 Subject: [PATCH] More shabangs changed to use env python3 --- src/fenrirscreenreader/brailleDriver/brlapiDriver.py | 2 +- src/fenrirscreenreader/brailleDriver/debugDriver.py | 2 +- src/fenrirscreenreader/brailleDriver/dummyDriver.py | 2 +- src/fenrirscreenreader/commands/command_template.py | 2 +- src/fenrirscreenreader/commands/commands/00_init_commands.py | 2 +- .../commands/commands/add_word_to_spell_check.py | 2 +- src/fenrirscreenreader/commands/commands/attribute_cursor.py | 2 +- src/fenrirscreenreader/commands/commands/bookmark_1.py | 2 +- src/fenrirscreenreader/commands/commands/bookmark_10.py | 2 +- src/fenrirscreenreader/commands/commands/bookmark_2.py | 2 +- src/fenrirscreenreader/commands/commands/bookmark_3.py | 2 +- src/fenrirscreenreader/commands/commands/bookmark_4.py | 2 +- src/fenrirscreenreader/commands/commands/bookmark_5.py | 2 +- src/fenrirscreenreader/commands/commands/bookmark_6.py | 2 +- src/fenrirscreenreader/commands/commands/bookmark_7.py | 2 +- src/fenrirscreenreader/commands/commands/bookmark_8.py | 2 +- src/fenrirscreenreader/commands/commands/bookmark_9.py | 2 +- src/fenrirscreenreader/commands/commands/braille_flush.py | 2 +- src/fenrirscreenreader/commands/commands/braille_pan_left.py | 2 +- src/fenrirscreenreader/commands/commands/braille_pan_right.py | 2 +- .../commands/commands/braille_return_to_cursor.py | 2 +- src/fenrirscreenreader/commands/commands/clear_bookmark_1.py | 2 +- src/fenrirscreenreader/commands/commands/clear_bookmark_10.py | 2 +- src/fenrirscreenreader/commands/commands/clear_bookmark_2.py | 2 +- src/fenrirscreenreader/commands/commands/clear_bookmark_3.py | 2 +- src/fenrirscreenreader/commands/commands/clear_bookmark_4.py | 2 +- src/fenrirscreenreader/commands/commands/clear_bookmark_5.py | 2 +- src/fenrirscreenreader/commands/commands/clear_bookmark_6.py | 2 +- src/fenrirscreenreader/commands/commands/clear_bookmark_7.py | 2 +- src/fenrirscreenreader/commands/commands/clear_bookmark_8.py | 2 +- src/fenrirscreenreader/commands/commands/clear_bookmark_9.py | 2 +- src/fenrirscreenreader/commands/commands/clear_clipboard.py | 2 +- .../commands/commands/clear_window_application.py | 2 +- .../commands/commands/copy_last_echo_to_clipboard.py | 2 +- .../commands/commands/copy_marked_to_clipboard.py | 2 +- src/fenrirscreenreader/commands/commands/curr_clipboard.py | 2 +- src/fenrirscreenreader/commands/commands/curr_screen.py | 2 +- .../commands/commands/curr_screen_after_cursor.py | 2 +- .../commands/commands/curr_screen_before_cursor.py | 2 +- .../commands/commands/current_quick_menu_entry.py | 2 +- .../commands/commands/current_quick_menu_value.py | 2 +- src/fenrirscreenreader/commands/commands/cursor_column.py | 2 +- src/fenrirscreenreader/commands/commands/cursor_lineno.py | 2 +- src/fenrirscreenreader/commands/commands/cursor_position.py | 2 +- .../commands/commands/cursor_read_line_to_cursor.py | 2 +- .../commands/commands/cursor_read_to_end_of_line.py | 2 +- src/fenrirscreenreader/commands/commands/date.py | 2 +- src/fenrirscreenreader/commands/commands/dec_alsa_volume.py | 2 +- src/fenrirscreenreader/commands/commands/dec_sound_volume.py | 2 +- src/fenrirscreenreader/commands/commands/dec_speech_pitch.py | 2 +- src/fenrirscreenreader/commands/commands/dec_speech_rate.py | 2 +- src/fenrirscreenreader/commands/commands/dec_speech_volume.py | 2 +- src/fenrirscreenreader/commands/commands/exit_review.py | 2 +- .../commands/commands/export_clipboard_to_file.py | 2 +- .../commands/commands/export_clipboard_to_x.py | 2 +- src/fenrirscreenreader/commands/commands/first_clipboard.py | 2 +- src/fenrirscreenreader/commands/commands/forward_keypress.py | 2 +- .../commands/commands/import_clipboard_from_file.py | 2 +- .../commands/commands/import_clipboard_from_x.py | 2 +- src/fenrirscreenreader/commands/commands/inc_alsa_volume.py | 2 +- src/fenrirscreenreader/commands/commands/inc_sound_volume.py | 2 +- src/fenrirscreenreader/commands/commands/inc_speech_pitch.py | 2 +- src/fenrirscreenreader/commands/commands/inc_speech_rate.py | 2 +- src/fenrirscreenreader/commands/commands/inc_speech_volume.py | 2 +- src/fenrirscreenreader/commands/commands/indent_curr_line.py | 2 +- src/fenrirscreenreader/commands/commands/last_clipboard.py | 2 +- src/fenrirscreenreader/commands/commands/last_incoming.py | 2 +- src/fenrirscreenreader/commands/commands/marked_text.py | 2 +- src/fenrirscreenreader/commands/commands/next_clipboard.py | 2 +- .../commands/commands/next_quick_menu_entry.py | 2 +- .../commands/commands/next_quick_menu_value.py | 2 +- src/fenrirscreenreader/commands/commands/paste_clipboard.py | 2 +- src/fenrirscreenreader/commands/commands/present_first_line.py | 2 +- src/fenrirscreenreader/commands/commands/present_last_line.py | 2 +- src/fenrirscreenreader/commands/commands/prev_clipboard.py | 2 +- .../commands/commands/prev_quick_menu_entry.py | 2 +- .../commands/commands/prev_quick_menu_value.py | 2 +- src/fenrirscreenreader/commands/commands/quit_fenrir.py | 2 +- src/fenrirscreenreader/commands/commands/remove_marks.py | 2 +- .../commands/commands/remove_word_from_spell_check.py | 2 +- src/fenrirscreenreader/commands/commands/review_bottom.py | 2 +- src/fenrirscreenreader/commands/commands/review_curr_char.py | 2 +- .../commands/commands/review_curr_char_phonetic.py | 2 +- src/fenrirscreenreader/commands/commands/review_curr_line.py | 2 +- src/fenrirscreenreader/commands/commands/review_curr_word.py | 2 +- .../commands/commands/review_curr_word_phonetic.py | 2 +- src/fenrirscreenreader/commands/commands/review_down.py | 2 +- src/fenrirscreenreader/commands/commands/review_line_begin.py | 2 +- src/fenrirscreenreader/commands/commands/review_line_end.py | 2 +- .../commands/commands/review_line_first_char.py | 2 +- .../commands/commands/review_line_last_char.py | 2 +- src/fenrirscreenreader/commands/commands/review_next_char.py | 2 +- .../commands/commands/review_next_char_phonetic.py | 2 +- src/fenrirscreenreader/commands/commands/review_next_line.py | 2 +- src/fenrirscreenreader/commands/commands/review_next_word.py | 2 +- .../commands/commands/review_next_word_phonetic.py | 2 +- src/fenrirscreenreader/commands/commands/review_prev_char.py | 2 +- .../commands/commands/review_prev_char_phonetic.py | 2 +- src/fenrirscreenreader/commands/commands/review_prev_line.py | 2 +- src/fenrirscreenreader/commands/commands/review_prev_word.py | 2 +- .../commands/commands/review_prev_word_phonetic.py | 2 +- .../commands/commands/review_screen_first_char.py | 2 +- .../commands/commands/review_screen_last_char.py | 2 +- src/fenrirscreenreader/commands/commands/review_top.py | 2 +- src/fenrirscreenreader/commands/commands/review_up.py | 2 +- src/fenrirscreenreader/commands/commands/save_settings.py | 2 +- src/fenrirscreenreader/commands/commands/set_bookmark_1.py | 2 +- src/fenrirscreenreader/commands/commands/set_bookmark_10.py | 2 +- src/fenrirscreenreader/commands/commands/set_bookmark_2.py | 2 +- src/fenrirscreenreader/commands/commands/set_bookmark_3.py | 2 +- src/fenrirscreenreader/commands/commands/set_bookmark_4.py | 2 +- src/fenrirscreenreader/commands/commands/set_bookmark_5.py | 2 +- src/fenrirscreenreader/commands/commands/set_bookmark_6.py | 2 +- src/fenrirscreenreader/commands/commands/set_bookmark_7.py | 2 +- src/fenrirscreenreader/commands/commands/set_bookmark_8.py | 2 +- src/fenrirscreenreader/commands/commands/set_bookmark_9.py | 2 +- src/fenrirscreenreader/commands/commands/set_mark.py | 2 +- .../commands/commands/set_window_application.py | 2 +- src/fenrirscreenreader/commands/commands/shut_up.py | 2 +- src/fenrirscreenreader/commands/commands/spell_check.py | 2 +- src/fenrirscreenreader/commands/commands/subprocess.py | 2 +- src/fenrirscreenreader/commands/commands/temp_disable_speech.py | 2 +- src/fenrirscreenreader/commands/commands/time.py | 2 +- src/fenrirscreenreader/commands/commands/toggle_auto_indent.py | 2 +- src/fenrirscreenreader/commands/commands/toggle_auto_read.py | 2 +- .../commands/commands/toggle_auto_spell_check.py | 2 +- src/fenrirscreenreader/commands/commands/toggle_auto_time.py | 2 +- src/fenrirscreenreader/commands/commands/toggle_barrier.py | 2 +- src/fenrirscreenreader/commands/commands/toggle_braille.py | 2 +- src/fenrirscreenreader/commands/commands/toggle_emoticons.py | 2 +- .../commands/commands/toggle_has_attribute.py | 2 +- .../commands/commands/toggle_highlight_tracking.py | 2 +- src/fenrirscreenreader/commands/commands/toggle_output.py | 2 +- .../commands/commands/toggle_punctuation_level.py | 2 +- src/fenrirscreenreader/commands/commands/toggle_sound.py | 2 +- src/fenrirscreenreader/commands/commands/toggle_speech.py | 2 +- .../commands/commands/toggle_tutorial_mode.py | 2 +- src/fenrirscreenreader/commands/commands/toggle_vmenu_mode.py | 2 +- src/fenrirscreenreader/commands/help/curr_help.py | 2 +- src/fenrirscreenreader/commands/help/next_help.py | 2 +- src/fenrirscreenreader/commands/help/prev_help.py | 2 +- src/fenrirscreenreader/commands/onByteInput/10000-shut_up.py | 2 +- .../commands/onByteInput/15000-enable_temp_speech.py | 2 +- .../commands/onCursorChange/15000-char_echo.py | 2 +- .../commands/onCursorChange/25000-word_echo_type.py | 2 +- .../commands/onCursorChange/35000-spell_check.py | 2 +- .../commands/onCursorChange/45000-char_delete_echo.py | 2 +- .../50000-present_char_if_cursor_change_horizontal.py | 2 +- .../commands/onCursorChange/55000-tab_completion.py | 2 +- .../commands/onCursorChange/60000-word_echo_navigation.py | 2 +- .../65000-present_line_if_cursor_change_vertical.py | 2 +- .../commands/onCursorChange/68000-auto_identation_horizontal.py | 2 +- .../commands/onCursorChange/85000-has_attribute.py | 2 +- .../commands/onCursorChange/95000-exit_review_mode.py | 2 +- .../commands/onCursorChange/orig_sorting/45000-char_echo.py | 2 +- .../onCursorChange/orig_sorting/46000-tab_completion.py | 2 +- .../50000-present_char_if_cursor_change_horizontal.py | 2 +- .../55000-present_line_if_cursor_change_vertical.py | 2 +- .../onCursorChange/orig_sorting/60000-word_echo_type.py | 2 +- .../onCursorChange/orig_sorting/61000-word_echo_navigation.py | 2 +- .../commands/onCursorChange/orig_sorting/62000-spell_check.py | 2 +- .../onCursorChange/orig_sorting/65000-char_delete_echo.py | 2 +- .../onCursorChange/orig_sorting/66000-exit_review_mode.py | 2 +- .../commands/onCursorChange/orig_sorting/77000-has_attribute.py | 2 +- .../commands/onCursorChange/resort/15000-char_echo.py | 2 +- .../commands/onCursorChange/resort/25000-word_echo_type.py | 2 +- .../commands/onCursorChange/resort/35000-spell_check.py | 2 +- .../commands/onCursorChange/resort/45000-char_delete_echo.py | 2 +- .../resort/50000-present_char_if_cursor_change_horizontal.py | 2 +- .../commands/onCursorChange/resort/55000-tab_completion.py | 2 +- .../onCursorChange/resort/60000-word_echo_navigation.py | 2 +- .../resort/65000-present_line_if_cursor_change_vertical.py | 2 +- .../commands/onCursorChange/resort/85000-has_attribute.py | 2 +- .../commands/onCursorChange/resort/95000-exit_review_mode.py | 2 +- .../commands/onHeartBeat/2000-GetSessionInfo.py | 2 +- src/fenrirscreenreader/commands/onHeartBeat/76000-time.py | 2 +- src/fenrirscreenreader/commands/onHeartBeat/deactive/1.echo.py | 2 +- src/fenrirscreenreader/commands/onKeyInput/10000-shut_up.py | 2 +- .../commands/onKeyInput/15000-enable_temp_speech.py | 2 +- src/fenrirscreenreader/commands/onKeyInput/80000-capslock.py | 2 +- src/fenrirscreenreader/commands/onKeyInput/80300-scrolllock.py | 2 +- src/fenrirscreenreader/commands/onKeyInput/80500-numlock.py | 2 +- src/fenrirscreenreader/commands/onKeyInput/81000-key_echo.py | 2 +- .../commands/onPlugInputDevice/50000-plugSound.py | 2 +- .../commands/onScreenChanged/10000-shut_up.py | 2 +- .../onScreenChanged/20000-reset_last_cursor_attribute.py | 2 +- .../commands/onScreenChanged/21000-reset_barrier_change.py | 2 +- .../commands/onScreenChanged/70000-barrier_detect.py | 2 +- .../onScreenChanged/80000-screen_change_announcement.py | 2 +- .../commands/onScreenChanged/85000-reset_marks.py | 2 +- .../commands/onScreenChanged/89000-leave_review_mode.py | 2 +- .../commands/onScreenUpdate/56000-highlight_tracking.py | 2 +- src/fenrirscreenreader/commands/onScreenUpdate/60000-history.py | 2 +- .../commands/onScreenUpdate/70000-incoming.py | 2 +- .../commands/onScreenUpdate/75000-incoming_promote.py | 2 +- .../commands/onScreenUpdate/80000-barrier_detect.py | 2 +- .../commands/onScreenUpdate/rework/70000-incoming.py | 2 +- .../commands/onSwitchApplicationProfile/default.py | 2 +- .../commands/onSwitchApplicationProfile/inactive/agetty.py | 2 +- .../commands/onSwitchApplicationProfile/inactive/bash.py | 2 +- .../commands/onSwitchApplicationProfile/inactive/vim.py | 2 +- .../commands/quickMenu/current_quick_menu_entry.py | 2 +- .../commands/quickMenu/current_quick_menu_value.py | 2 +- .../commands/quickMenu/next_quick_menu_entry.py | 2 +- .../commands/quickMenu/next_quick_menu_value.py | 2 +- .../commands/quickMenu/prev_quick_menu_entry.py | 2 +- .../commands/quickMenu/prev_quick_menu_value.py | 2 +- src/fenrirscreenreader/commands/switchTrigger_template.py | 2 +- .../commands/vmenu-navigation/curr_vmenu_entry.py | 2 +- .../commands/vmenu-navigation/dec_level_vmenu.py | 2 +- .../commands/vmenu-navigation/exec_vmenu_entry.py | 2 +- .../commands/vmenu-navigation/inc_level_vmenu.py | 2 +- .../commands/vmenu-navigation/next_vmenu_entry.py | 2 +- .../commands/vmenu-navigation/prev_vmenu_entry.py | 2 +- src/fenrirscreenreader/commands/vmenu-navigation/search_a.py | 2 +- src/fenrirscreenreader/commands/vmenu-navigation/search_b.py | 2 +- src/fenrirscreenreader/commands/vmenu-navigation/search_c.py | 2 +- src/fenrirscreenreader/commands/vmenu-navigation/search_d.py | 2 +- src/fenrirscreenreader/commands/vmenu-navigation/search_e.py | 2 +- src/fenrirscreenreader/commands/vmenu-navigation/search_f.py | 2 +- src/fenrirscreenreader/commands/vmenu-navigation/search_g.py | 2 +- src/fenrirscreenreader/commands/vmenu-navigation/search_h.py | 2 +- src/fenrirscreenreader/commands/vmenu-navigation/search_i.py | 2 +- src/fenrirscreenreader/commands/vmenu-navigation/search_j.py | 2 +- src/fenrirscreenreader/commands/vmenu-navigation/search_k.py | 2 +- src/fenrirscreenreader/commands/vmenu-navigation/search_l.py | 2 +- src/fenrirscreenreader/commands/vmenu-navigation/search_m.py | 2 +- src/fenrirscreenreader/commands/vmenu-navigation/search_n.py | 2 +- src/fenrirscreenreader/commands/vmenu-navigation/search_o.py | 2 +- src/fenrirscreenreader/commands/vmenu-navigation/search_p.py | 2 +- src/fenrirscreenreader/commands/vmenu-navigation/search_q.py | 2 +- src/fenrirscreenreader/commands/vmenu-navigation/search_r.py | 2 +- src/fenrirscreenreader/commands/vmenu-navigation/search_s.py | 2 +- src/fenrirscreenreader/commands/vmenu-navigation/search_t.py | 2 +- src/fenrirscreenreader/commands/vmenu-navigation/search_u.py | 2 +- src/fenrirscreenreader/commands/vmenu-navigation/search_v.py | 2 +- src/fenrirscreenreader/commands/vmenu-navigation/search_w.py | 2 +- src/fenrirscreenreader/commands/vmenu-navigation/search_x.py | 2 +- src/fenrirscreenreader/commands/vmenu-navigation/search_y.py | 2 +- src/fenrirscreenreader/commands/vmenu-navigation/search_z.py | 2 +- .../commands/vmenu-profiles/KEY/mc/file/open.py | 2 +- .../commands/vmenu-profiles/KEY/mc/file/save.py | 2 +- .../commands/vmenu-profiles/KEY/mc/search/replace.py | 2 +- .../commands/vmenu-profiles/KEY/mc/search/search.py | 2 +- .../commands/vmenu-profiles/KEY/mc/search/test.py | 2 +- .../commands/vmenu-profiles/KEY/mutt/file/issue.py | 2 +- .../commands/vmenu-profiles/KEY/mutt/file/open.py | 2 +- .../commands/vmenu-profiles/KEY/mutt/file/save.py | 2 +- .../commands/vmenu-profiles/KEY/mutt/search/replace.py | 2 +- .../commands/vmenu-profiles/KEY/mutt/search/search.py | 2 +- .../commands/vmenu-profiles/KEY/mutt/search/test.py | 2 +- .../commands/vmenu-profiles/KEY/nano/file/open.py | 2 +- .../commands/vmenu-profiles/KEY/nano/search/replace.py | 2 +- .../commands/vmenu-profiles/KEY/nano/search/search.py | 2 +- .../commands/vmenu-profiles/KEY/nano/search/test.py | 2 +- .../commands/vmenu-profiles/KEY/vim/file/open.py | 2 +- .../commands/vmenu-profiles/KEY/vim/file/save.py | 2 +- .../commands/vmenu-profiles/KEY/vim/search/replace.py | 2 +- .../commands/vmenu-profiles/KEY/vim/search/search.py | 2 +- .../commands/vmenu-profiles/KEY/vim/search/test.py | 2 +- src/fenrirscreenreader/commands/vmenu-profiles/template.py | 2 +- src/fenrirscreenreader/core/applicationManager.py | 2 +- src/fenrirscreenreader/core/attributeManager.py | 2 +- src/fenrirscreenreader/core/barrierManager.py | 2 +- src/fenrirscreenreader/core/byteManager.py | 2 +- src/fenrirscreenreader/core/commandData.py | 2 +- src/fenrirscreenreader/core/commandManager.py | 2 +- src/fenrirscreenreader/core/cursorManager.py | 2 +- src/fenrirscreenreader/core/environment.py | 2 +- src/fenrirscreenreader/core/eventData.py | 2 +- src/fenrirscreenreader/core/eventManager.py | 2 +- src/fenrirscreenreader/core/generalData.py | 2 +- src/fenrirscreenreader/core/helpManager.py | 2 +- src/fenrirscreenreader/core/i18n.py | 2 +- src/fenrirscreenreader/core/inputData.py | 2 +- src/fenrirscreenreader/core/inputDriver.py | 2 +- src/fenrirscreenreader/core/inputManager.py | 2 +- src/fenrirscreenreader/core/memoryManager.py | 2 +- src/fenrirscreenreader/core/outputData.py | 2 +- src/fenrirscreenreader/core/outputManager.py | 2 +- src/fenrirscreenreader/core/processManager.py | 2 +- src/fenrirscreenreader/core/punctuationData.py | 2 +- src/fenrirscreenreader/core/punctuationManager.py | 2 +- src/fenrirscreenreader/core/quickMenuManager.py | 2 +- src/fenrirscreenreader/core/remoteDriver.py | 2 +- src/fenrirscreenreader/core/remoteManager.py | 2 +- src/fenrirscreenreader/core/runtimeData.py | 2 +- src/fenrirscreenreader/core/sayAllManager.py | 2 +- src/fenrirscreenreader/core/screenData.py | 2 +- src/fenrirscreenreader/core/screenDriver.py | 2 +- src/fenrirscreenreader/core/screenManager.py | 2 +- src/fenrirscreenreader/core/settingsData.py | 2 +- src/fenrirscreenreader/core/settingsManager.py | 2 +- src/fenrirscreenreader/core/soundDriver.py | 2 +- src/fenrirscreenreader/core/tableManager.py | 2 +- src/fenrirscreenreader/core/textManager.py | 2 +- src/fenrirscreenreader/core/vmenuManager.py | 2 +- src/fenrirscreenreader/inputDriver/atspiDriver.py | 2 +- src/fenrirscreenreader/inputDriver/debugDriver.py | 2 +- src/fenrirscreenreader/inputDriver/dummyDriver.py | 2 +- src/fenrirscreenreader/inputDriver/ptyDriver.py | 2 +- src/fenrirscreenreader/remoteDriver/dummyDriver.py | 2 +- src/fenrirscreenreader/remoteDriver/tcpDriver.py | 2 +- src/fenrirscreenreader/remoteDriver/unixDriver.py | 2 +- src/fenrirscreenreader/screenDriver/dummyDriver.py | 2 +- src/fenrirscreenreader/screenDriver/ptyDriver.py | 2 +- src/fenrirscreenreader/screenDriver/vcsaDriver.py | 2 +- src/fenrirscreenreader/soundDriver/debugDriver.py | 2 +- src/fenrirscreenreader/soundDriver/dummyDriver.py | 2 +- src/fenrirscreenreader/soundDriver/genericDriver.py | 2 +- src/fenrirscreenreader/soundDriver/gstreamerDriver.py | 2 +- src/fenrirscreenreader/utils/char_utils.py | 2 +- src/fenrirscreenreader/utils/line_utils.py | 2 +- src/fenrirscreenreader/utils/mark_utils.py | 2 +- src/fenrirscreenreader/utils/module_utils.py | 2 +- src/fenrirscreenreader/utils/review_utils.py | 2 +- src/fenrirscreenreader/utils/screen_utils.py | 2 +- src/fenrirscreenreader/utils/word_utils.py | 2 +- tools/listDevices.py | 2 +- tools/traceEvdev.py | 2 +- 320 files changed, 320 insertions(+), 320 deletions(-) diff --git a/src/fenrirscreenreader/brailleDriver/brlapiDriver.py b/src/fenrirscreenreader/brailleDriver/brlapiDriver.py index 6961c624..4b91b01b 100644 --- a/src/fenrirscreenreader/brailleDriver/brlapiDriver.py +++ b/src/fenrirscreenreader/brailleDriver/brlapiDriver.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/brailleDriver/debugDriver.py b/src/fenrirscreenreader/brailleDriver/debugDriver.py index f90f0672..15642a69 100644 --- a/src/fenrirscreenreader/brailleDriver/debugDriver.py +++ b/src/fenrirscreenreader/brailleDriver/debugDriver.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/brailleDriver/dummyDriver.py b/src/fenrirscreenreader/brailleDriver/dummyDriver.py index d8f69e56..8cc5a71f 100644 --- a/src/fenrirscreenreader/brailleDriver/dummyDriver.py +++ b/src/fenrirscreenreader/brailleDriver/dummyDriver.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/command_template.py b/src/fenrirscreenreader/commands/command_template.py index f1101b9f..b8078d84 100644 --- a/src/fenrirscreenreader/commands/command_template.py +++ b/src/fenrirscreenreader/commands/command_template.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/00_init_commands.py b/src/fenrirscreenreader/commands/commands/00_init_commands.py index 1383be41..41b27203 100644 --- a/src/fenrirscreenreader/commands/commands/00_init_commands.py +++ b/src/fenrirscreenreader/commands/commands/00_init_commands.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/add_word_to_spell_check.py b/src/fenrirscreenreader/commands/commands/add_word_to_spell_check.py index 92e12956..c7b83f32 100644 --- a/src/fenrirscreenreader/commands/commands/add_word_to_spell_check.py +++ b/src/fenrirscreenreader/commands/commands/add_word_to_spell_check.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/attribute_cursor.py b/src/fenrirscreenreader/commands/commands/attribute_cursor.py index 9934d7af..90929814 100644 --- a/src/fenrirscreenreader/commands/commands/attribute_cursor.py +++ b/src/fenrirscreenreader/commands/commands/attribute_cursor.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/bookmark_1.py b/src/fenrirscreenreader/commands/commands/bookmark_1.py index ce56fc38..23f2b536 100644 --- a/src/fenrirscreenreader/commands/commands/bookmark_1.py +++ b/src/fenrirscreenreader/commands/commands/bookmark_1.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/bookmark_10.py b/src/fenrirscreenreader/commands/commands/bookmark_10.py index b8a1c097..c669abab 100644 --- a/src/fenrirscreenreader/commands/commands/bookmark_10.py +++ b/src/fenrirscreenreader/commands/commands/bookmark_10.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/bookmark_2.py b/src/fenrirscreenreader/commands/commands/bookmark_2.py index bfc42ae3..41b5f18b 100644 --- a/src/fenrirscreenreader/commands/commands/bookmark_2.py +++ b/src/fenrirscreenreader/commands/commands/bookmark_2.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/bookmark_3.py b/src/fenrirscreenreader/commands/commands/bookmark_3.py index 7f5afc31..defde3b7 100644 --- a/src/fenrirscreenreader/commands/commands/bookmark_3.py +++ b/src/fenrirscreenreader/commands/commands/bookmark_3.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/bookmark_4.py b/src/fenrirscreenreader/commands/commands/bookmark_4.py index bba45d29..16428b6b 100644 --- a/src/fenrirscreenreader/commands/commands/bookmark_4.py +++ b/src/fenrirscreenreader/commands/commands/bookmark_4.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/bookmark_5.py b/src/fenrirscreenreader/commands/commands/bookmark_5.py index 6ef60817..a2859d22 100644 --- a/src/fenrirscreenreader/commands/commands/bookmark_5.py +++ b/src/fenrirscreenreader/commands/commands/bookmark_5.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/bookmark_6.py b/src/fenrirscreenreader/commands/commands/bookmark_6.py index e5c6b466..4eba278f 100644 --- a/src/fenrirscreenreader/commands/commands/bookmark_6.py +++ b/src/fenrirscreenreader/commands/commands/bookmark_6.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/bookmark_7.py b/src/fenrirscreenreader/commands/commands/bookmark_7.py index 0254c63c..919d124b 100644 --- a/src/fenrirscreenreader/commands/commands/bookmark_7.py +++ b/src/fenrirscreenreader/commands/commands/bookmark_7.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/bookmark_8.py b/src/fenrirscreenreader/commands/commands/bookmark_8.py index f0831dbc..c58a7356 100644 --- a/src/fenrirscreenreader/commands/commands/bookmark_8.py +++ b/src/fenrirscreenreader/commands/commands/bookmark_8.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/bookmark_9.py b/src/fenrirscreenreader/commands/commands/bookmark_9.py index 5127617e..57d811a5 100644 --- a/src/fenrirscreenreader/commands/commands/bookmark_9.py +++ b/src/fenrirscreenreader/commands/commands/bookmark_9.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/braille_flush.py b/src/fenrirscreenreader/commands/commands/braille_flush.py index 72d2092b..12cecde4 100644 --- a/src/fenrirscreenreader/commands/commands/braille_flush.py +++ b/src/fenrirscreenreader/commands/commands/braille_flush.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/braille_pan_left.py b/src/fenrirscreenreader/commands/commands/braille_pan_left.py index ffc94375..1f535392 100644 --- a/src/fenrirscreenreader/commands/commands/braille_pan_left.py +++ b/src/fenrirscreenreader/commands/commands/braille_pan_left.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/braille_pan_right.py b/src/fenrirscreenreader/commands/commands/braille_pan_right.py index 144befa9..344386bd 100644 --- a/src/fenrirscreenreader/commands/commands/braille_pan_right.py +++ b/src/fenrirscreenreader/commands/commands/braille_pan_right.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/braille_return_to_cursor.py b/src/fenrirscreenreader/commands/commands/braille_return_to_cursor.py index 65863d71..04a0def0 100644 --- a/src/fenrirscreenreader/commands/commands/braille_return_to_cursor.py +++ b/src/fenrirscreenreader/commands/commands/braille_return_to_cursor.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/clear_bookmark_1.py b/src/fenrirscreenreader/commands/commands/clear_bookmark_1.py index 62c47741..2cbac84e 100644 --- a/src/fenrirscreenreader/commands/commands/clear_bookmark_1.py +++ b/src/fenrirscreenreader/commands/commands/clear_bookmark_1.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/clear_bookmark_10.py b/src/fenrirscreenreader/commands/commands/clear_bookmark_10.py index 47c63d72..8c19e0ee 100644 --- a/src/fenrirscreenreader/commands/commands/clear_bookmark_10.py +++ b/src/fenrirscreenreader/commands/commands/clear_bookmark_10.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/clear_bookmark_2.py b/src/fenrirscreenreader/commands/commands/clear_bookmark_2.py index 93b49ba4..ac084680 100644 --- a/src/fenrirscreenreader/commands/commands/clear_bookmark_2.py +++ b/src/fenrirscreenreader/commands/commands/clear_bookmark_2.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/clear_bookmark_3.py b/src/fenrirscreenreader/commands/commands/clear_bookmark_3.py index ce8bce1a..367417d7 100644 --- a/src/fenrirscreenreader/commands/commands/clear_bookmark_3.py +++ b/src/fenrirscreenreader/commands/commands/clear_bookmark_3.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/clear_bookmark_4.py b/src/fenrirscreenreader/commands/commands/clear_bookmark_4.py index 089f4ccc..1d1267b2 100644 --- a/src/fenrirscreenreader/commands/commands/clear_bookmark_4.py +++ b/src/fenrirscreenreader/commands/commands/clear_bookmark_4.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/clear_bookmark_5.py b/src/fenrirscreenreader/commands/commands/clear_bookmark_5.py index f4376d50..d16ef410 100644 --- a/src/fenrirscreenreader/commands/commands/clear_bookmark_5.py +++ b/src/fenrirscreenreader/commands/commands/clear_bookmark_5.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/clear_bookmark_6.py b/src/fenrirscreenreader/commands/commands/clear_bookmark_6.py index d397e7cd..9797f812 100644 --- a/src/fenrirscreenreader/commands/commands/clear_bookmark_6.py +++ b/src/fenrirscreenreader/commands/commands/clear_bookmark_6.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/clear_bookmark_7.py b/src/fenrirscreenreader/commands/commands/clear_bookmark_7.py index 9003dd2a..baaeb133 100644 --- a/src/fenrirscreenreader/commands/commands/clear_bookmark_7.py +++ b/src/fenrirscreenreader/commands/commands/clear_bookmark_7.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/clear_bookmark_8.py b/src/fenrirscreenreader/commands/commands/clear_bookmark_8.py index e39cfafe..66328cf3 100644 --- a/src/fenrirscreenreader/commands/commands/clear_bookmark_8.py +++ b/src/fenrirscreenreader/commands/commands/clear_bookmark_8.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/clear_bookmark_9.py b/src/fenrirscreenreader/commands/commands/clear_bookmark_9.py index 4371cc29..2a87c4df 100644 --- a/src/fenrirscreenreader/commands/commands/clear_bookmark_9.py +++ b/src/fenrirscreenreader/commands/commands/clear_bookmark_9.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/clear_clipboard.py b/src/fenrirscreenreader/commands/commands/clear_clipboard.py index 6c237347..e8b5ebc5 100644 --- a/src/fenrirscreenreader/commands/commands/clear_clipboard.py +++ b/src/fenrirscreenreader/commands/commands/clear_clipboard.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/clear_window_application.py b/src/fenrirscreenreader/commands/commands/clear_window_application.py index 50cc9800..305f99f5 100644 --- a/src/fenrirscreenreader/commands/commands/clear_window_application.py +++ b/src/fenrirscreenreader/commands/commands/clear_window_application.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/copy_last_echo_to_clipboard.py b/src/fenrirscreenreader/commands/commands/copy_last_echo_to_clipboard.py index 238ae87b..5129badf 100644 --- a/src/fenrirscreenreader/commands/commands/copy_last_echo_to_clipboard.py +++ b/src/fenrirscreenreader/commands/commands/copy_last_echo_to_clipboard.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/copy_marked_to_clipboard.py b/src/fenrirscreenreader/commands/commands/copy_marked_to_clipboard.py index caa37e6b..7445df70 100644 --- a/src/fenrirscreenreader/commands/commands/copy_marked_to_clipboard.py +++ b/src/fenrirscreenreader/commands/commands/copy_marked_to_clipboard.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- diff --git a/src/fenrirscreenreader/commands/commands/curr_clipboard.py b/src/fenrirscreenreader/commands/commands/curr_clipboard.py index 29ef97f0..717fcf90 100644 --- a/src/fenrirscreenreader/commands/commands/curr_clipboard.py +++ b/src/fenrirscreenreader/commands/commands/curr_clipboard.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/curr_screen.py b/src/fenrirscreenreader/commands/commands/curr_screen.py index 8543d078..edb33343 100644 --- a/src/fenrirscreenreader/commands/commands/curr_screen.py +++ b/src/fenrirscreenreader/commands/commands/curr_screen.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/curr_screen_after_cursor.py b/src/fenrirscreenreader/commands/commands/curr_screen_after_cursor.py index 792bfaf0..cf560d38 100644 --- a/src/fenrirscreenreader/commands/commands/curr_screen_after_cursor.py +++ b/src/fenrirscreenreader/commands/commands/curr_screen_after_cursor.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/curr_screen_before_cursor.py b/src/fenrirscreenreader/commands/commands/curr_screen_before_cursor.py index 6571480d..627c2cce 100644 --- a/src/fenrirscreenreader/commands/commands/curr_screen_before_cursor.py +++ b/src/fenrirscreenreader/commands/commands/curr_screen_before_cursor.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/current_quick_menu_entry.py b/src/fenrirscreenreader/commands/commands/current_quick_menu_entry.py index 19a264f8..0b21ad3c 100644 --- a/src/fenrirscreenreader/commands/commands/current_quick_menu_entry.py +++ b/src/fenrirscreenreader/commands/commands/current_quick_menu_entry.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/current_quick_menu_value.py b/src/fenrirscreenreader/commands/commands/current_quick_menu_value.py index 440d76fb..b9da1e0e 100644 --- a/src/fenrirscreenreader/commands/commands/current_quick_menu_value.py +++ b/src/fenrirscreenreader/commands/commands/current_quick_menu_value.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/cursor_column.py b/src/fenrirscreenreader/commands/commands/cursor_column.py index 7afb9e5f..6f878a6a 100644 --- a/src/fenrirscreenreader/commands/commands/cursor_column.py +++ b/src/fenrirscreenreader/commands/commands/cursor_column.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/cursor_lineno.py b/src/fenrirscreenreader/commands/commands/cursor_lineno.py index 80e665a2..591f0c5f 100644 --- a/src/fenrirscreenreader/commands/commands/cursor_lineno.py +++ b/src/fenrirscreenreader/commands/commands/cursor_lineno.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/cursor_position.py b/src/fenrirscreenreader/commands/commands/cursor_position.py index 1f123f87..a267bee1 100644 --- a/src/fenrirscreenreader/commands/commands/cursor_position.py +++ b/src/fenrirscreenreader/commands/commands/cursor_position.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/cursor_read_line_to_cursor.py b/src/fenrirscreenreader/commands/commands/cursor_read_line_to_cursor.py index b24d3b21..0f0a0fff 100644 --- a/src/fenrirscreenreader/commands/commands/cursor_read_line_to_cursor.py +++ b/src/fenrirscreenreader/commands/commands/cursor_read_line_to_cursor.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/cursor_read_to_end_of_line.py b/src/fenrirscreenreader/commands/commands/cursor_read_to_end_of_line.py index 3e2d2072..4c56f019 100644 --- a/src/fenrirscreenreader/commands/commands/cursor_read_to_end_of_line.py +++ b/src/fenrirscreenreader/commands/commands/cursor_read_to_end_of_line.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/date.py b/src/fenrirscreenreader/commands/commands/date.py index e754a03f..ed09c8f1 100644 --- a/src/fenrirscreenreader/commands/commands/date.py +++ b/src/fenrirscreenreader/commands/commands/date.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/dec_alsa_volume.py b/src/fenrirscreenreader/commands/commands/dec_alsa_volume.py index 0dea50e7..87e719d4 100644 --- a/src/fenrirscreenreader/commands/commands/dec_alsa_volume.py +++ b/src/fenrirscreenreader/commands/commands/dec_alsa_volume.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/dec_sound_volume.py b/src/fenrirscreenreader/commands/commands/dec_sound_volume.py index 435c2c62..6550de06 100644 --- a/src/fenrirscreenreader/commands/commands/dec_sound_volume.py +++ b/src/fenrirscreenreader/commands/commands/dec_sound_volume.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/dec_speech_pitch.py b/src/fenrirscreenreader/commands/commands/dec_speech_pitch.py index 6dfcf186..2bfd12dd 100644 --- a/src/fenrirscreenreader/commands/commands/dec_speech_pitch.py +++ b/src/fenrirscreenreader/commands/commands/dec_speech_pitch.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/dec_speech_rate.py b/src/fenrirscreenreader/commands/commands/dec_speech_rate.py index 7241a51f..8e23ba0e 100644 --- a/src/fenrirscreenreader/commands/commands/dec_speech_rate.py +++ b/src/fenrirscreenreader/commands/commands/dec_speech_rate.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/dec_speech_volume.py b/src/fenrirscreenreader/commands/commands/dec_speech_volume.py index 764856b3..6775cb4a 100644 --- a/src/fenrirscreenreader/commands/commands/dec_speech_volume.py +++ b/src/fenrirscreenreader/commands/commands/dec_speech_volume.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/exit_review.py b/src/fenrirscreenreader/commands/commands/exit_review.py index 4a00904e..ab2e9da4 100644 --- a/src/fenrirscreenreader/commands/commands/exit_review.py +++ b/src/fenrirscreenreader/commands/commands/exit_review.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/export_clipboard_to_file.py b/src/fenrirscreenreader/commands/commands/export_clipboard_to_file.py index 25095051..2e2d2258 100644 --- a/src/fenrirscreenreader/commands/commands/export_clipboard_to_file.py +++ b/src/fenrirscreenreader/commands/commands/export_clipboard_to_file.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/export_clipboard_to_x.py b/src/fenrirscreenreader/commands/commands/export_clipboard_to_x.py index 64e129b4..450bb1be 100644 --- a/src/fenrirscreenreader/commands/commands/export_clipboard_to_x.py +++ b/src/fenrirscreenreader/commands/commands/export_clipboard_to_x.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/first_clipboard.py b/src/fenrirscreenreader/commands/commands/first_clipboard.py index a15a56bc..d7c96858 100644 --- a/src/fenrirscreenreader/commands/commands/first_clipboard.py +++ b/src/fenrirscreenreader/commands/commands/first_clipboard.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/forward_keypress.py b/src/fenrirscreenreader/commands/commands/forward_keypress.py index 59eb438a..84566cd6 100644 --- a/src/fenrirscreenreader/commands/commands/forward_keypress.py +++ b/src/fenrirscreenreader/commands/commands/forward_keypress.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/import_clipboard_from_file.py b/src/fenrirscreenreader/commands/commands/import_clipboard_from_file.py index 4e68c6ee..249c7c90 100644 --- a/src/fenrirscreenreader/commands/commands/import_clipboard_from_file.py +++ b/src/fenrirscreenreader/commands/commands/import_clipboard_from_file.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/import_clipboard_from_x.py b/src/fenrirscreenreader/commands/commands/import_clipboard_from_x.py index 6c43f7a8..0f5c9431 100644 --- a/src/fenrirscreenreader/commands/commands/import_clipboard_from_x.py +++ b/src/fenrirscreenreader/commands/commands/import_clipboard_from_x.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/inc_alsa_volume.py b/src/fenrirscreenreader/commands/commands/inc_alsa_volume.py index 45950a25..4580ba25 100644 --- a/src/fenrirscreenreader/commands/commands/inc_alsa_volume.py +++ b/src/fenrirscreenreader/commands/commands/inc_alsa_volume.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/inc_sound_volume.py b/src/fenrirscreenreader/commands/commands/inc_sound_volume.py index 19438366..521294a0 100644 --- a/src/fenrirscreenreader/commands/commands/inc_sound_volume.py +++ b/src/fenrirscreenreader/commands/commands/inc_sound_volume.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/inc_speech_pitch.py b/src/fenrirscreenreader/commands/commands/inc_speech_pitch.py index eaf1e673..735cd28e 100644 --- a/src/fenrirscreenreader/commands/commands/inc_speech_pitch.py +++ b/src/fenrirscreenreader/commands/commands/inc_speech_pitch.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/inc_speech_rate.py b/src/fenrirscreenreader/commands/commands/inc_speech_rate.py index aff3d908..f781f739 100644 --- a/src/fenrirscreenreader/commands/commands/inc_speech_rate.py +++ b/src/fenrirscreenreader/commands/commands/inc_speech_rate.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/inc_speech_volume.py b/src/fenrirscreenreader/commands/commands/inc_speech_volume.py index e27603e5..d05bafa4 100644 --- a/src/fenrirscreenreader/commands/commands/inc_speech_volume.py +++ b/src/fenrirscreenreader/commands/commands/inc_speech_volume.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/indent_curr_line.py b/src/fenrirscreenreader/commands/commands/indent_curr_line.py index 8d1fade5..3f0ba702 100644 --- a/src/fenrirscreenreader/commands/commands/indent_curr_line.py +++ b/src/fenrirscreenreader/commands/commands/indent_curr_line.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/last_clipboard.py b/src/fenrirscreenreader/commands/commands/last_clipboard.py index d8de0dd9..386380ab 100644 --- a/src/fenrirscreenreader/commands/commands/last_clipboard.py +++ b/src/fenrirscreenreader/commands/commands/last_clipboard.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/last_incoming.py b/src/fenrirscreenreader/commands/commands/last_incoming.py index b38e3b29..c4f19669 100644 --- a/src/fenrirscreenreader/commands/commands/last_incoming.py +++ b/src/fenrirscreenreader/commands/commands/last_incoming.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/marked_text.py b/src/fenrirscreenreader/commands/commands/marked_text.py index 6c01c0e2..561f8024 100644 --- a/src/fenrirscreenreader/commands/commands/marked_text.py +++ b/src/fenrirscreenreader/commands/commands/marked_text.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/next_clipboard.py b/src/fenrirscreenreader/commands/commands/next_clipboard.py index 6564f54c..c2d1e0ac 100644 --- a/src/fenrirscreenreader/commands/commands/next_clipboard.py +++ b/src/fenrirscreenreader/commands/commands/next_clipboard.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/next_quick_menu_entry.py b/src/fenrirscreenreader/commands/commands/next_quick_menu_entry.py index bd5490b0..e14fad03 100644 --- a/src/fenrirscreenreader/commands/commands/next_quick_menu_entry.py +++ b/src/fenrirscreenreader/commands/commands/next_quick_menu_entry.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/next_quick_menu_value.py b/src/fenrirscreenreader/commands/commands/next_quick_menu_value.py index 35e0c57b..ae15c51a 100644 --- a/src/fenrirscreenreader/commands/commands/next_quick_menu_value.py +++ b/src/fenrirscreenreader/commands/commands/next_quick_menu_value.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/paste_clipboard.py b/src/fenrirscreenreader/commands/commands/paste_clipboard.py index caee0c2f..3f4253e2 100644 --- a/src/fenrirscreenreader/commands/commands/paste_clipboard.py +++ b/src/fenrirscreenreader/commands/commands/paste_clipboard.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/present_first_line.py b/src/fenrirscreenreader/commands/commands/present_first_line.py index 6d833ef1..8c5c4383 100644 --- a/src/fenrirscreenreader/commands/commands/present_first_line.py +++ b/src/fenrirscreenreader/commands/commands/present_first_line.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/present_last_line.py b/src/fenrirscreenreader/commands/commands/present_last_line.py index 5b4c12fa..bd17aadf 100644 --- a/src/fenrirscreenreader/commands/commands/present_last_line.py +++ b/src/fenrirscreenreader/commands/commands/present_last_line.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/prev_clipboard.py b/src/fenrirscreenreader/commands/commands/prev_clipboard.py index 7156f24d..e6219c0a 100644 --- a/src/fenrirscreenreader/commands/commands/prev_clipboard.py +++ b/src/fenrirscreenreader/commands/commands/prev_clipboard.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/prev_quick_menu_entry.py b/src/fenrirscreenreader/commands/commands/prev_quick_menu_entry.py index fa93d8b0..329438b1 100644 --- a/src/fenrirscreenreader/commands/commands/prev_quick_menu_entry.py +++ b/src/fenrirscreenreader/commands/commands/prev_quick_menu_entry.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/prev_quick_menu_value.py b/src/fenrirscreenreader/commands/commands/prev_quick_menu_value.py index 6546cf20..64495c68 100644 --- a/src/fenrirscreenreader/commands/commands/prev_quick_menu_value.py +++ b/src/fenrirscreenreader/commands/commands/prev_quick_menu_value.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/quit_fenrir.py b/src/fenrirscreenreader/commands/commands/quit_fenrir.py index 80cba02e..b9409240 100644 --- a/src/fenrirscreenreader/commands/commands/quit_fenrir.py +++ b/src/fenrirscreenreader/commands/commands/quit_fenrir.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/remove_marks.py b/src/fenrirscreenreader/commands/commands/remove_marks.py index abea6633..4d8ad998 100644 --- a/src/fenrirscreenreader/commands/commands/remove_marks.py +++ b/src/fenrirscreenreader/commands/commands/remove_marks.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/remove_word_from_spell_check.py b/src/fenrirscreenreader/commands/commands/remove_word_from_spell_check.py index 4098b540..fac7f5f4 100644 --- a/src/fenrirscreenreader/commands/commands/remove_word_from_spell_check.py +++ b/src/fenrirscreenreader/commands/commands/remove_word_from_spell_check.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/review_bottom.py b/src/fenrirscreenreader/commands/commands/review_bottom.py index cbc9e833..8cfaf34c 100644 --- a/src/fenrirscreenreader/commands/commands/review_bottom.py +++ b/src/fenrirscreenreader/commands/commands/review_bottom.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/review_curr_char.py b/src/fenrirscreenreader/commands/commands/review_curr_char.py index e4a32e8b..72c07c9a 100644 --- a/src/fenrirscreenreader/commands/commands/review_curr_char.py +++ b/src/fenrirscreenreader/commands/commands/review_curr_char.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/review_curr_char_phonetic.py b/src/fenrirscreenreader/commands/commands/review_curr_char_phonetic.py index e4aee550..f118e85e 100644 --- a/src/fenrirscreenreader/commands/commands/review_curr_char_phonetic.py +++ b/src/fenrirscreenreader/commands/commands/review_curr_char_phonetic.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/review_curr_line.py b/src/fenrirscreenreader/commands/commands/review_curr_line.py index 2e8d9e00..39898932 100644 --- a/src/fenrirscreenreader/commands/commands/review_curr_line.py +++ b/src/fenrirscreenreader/commands/commands/review_curr_line.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/review_curr_word.py b/src/fenrirscreenreader/commands/commands/review_curr_word.py index e2dacf45..9e98f09b 100644 --- a/src/fenrirscreenreader/commands/commands/review_curr_word.py +++ b/src/fenrirscreenreader/commands/commands/review_curr_word.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/review_curr_word_phonetic.py b/src/fenrirscreenreader/commands/commands/review_curr_word_phonetic.py index 9d9ebd35..42ecc900 100644 --- a/src/fenrirscreenreader/commands/commands/review_curr_word_phonetic.py +++ b/src/fenrirscreenreader/commands/commands/review_curr_word_phonetic.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/review_down.py b/src/fenrirscreenreader/commands/commands/review_down.py index 8bb5e958..d122f36f 100644 --- a/src/fenrirscreenreader/commands/commands/review_down.py +++ b/src/fenrirscreenreader/commands/commands/review_down.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/review_line_begin.py b/src/fenrirscreenreader/commands/commands/review_line_begin.py index 83c7a1aa..e725d75d 100644 --- a/src/fenrirscreenreader/commands/commands/review_line_begin.py +++ b/src/fenrirscreenreader/commands/commands/review_line_begin.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/review_line_end.py b/src/fenrirscreenreader/commands/commands/review_line_end.py index 4b3e0349..df820cc5 100644 --- a/src/fenrirscreenreader/commands/commands/review_line_end.py +++ b/src/fenrirscreenreader/commands/commands/review_line_end.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/review_line_first_char.py b/src/fenrirscreenreader/commands/commands/review_line_first_char.py index 9bcf554d..7c7a3e11 100644 --- a/src/fenrirscreenreader/commands/commands/review_line_first_char.py +++ b/src/fenrirscreenreader/commands/commands/review_line_first_char.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/review_line_last_char.py b/src/fenrirscreenreader/commands/commands/review_line_last_char.py index bb1fccbe..7048c5f0 100644 --- a/src/fenrirscreenreader/commands/commands/review_line_last_char.py +++ b/src/fenrirscreenreader/commands/commands/review_line_last_char.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/review_next_char.py b/src/fenrirscreenreader/commands/commands/review_next_char.py index 643199a8..57ec7687 100644 --- a/src/fenrirscreenreader/commands/commands/review_next_char.py +++ b/src/fenrirscreenreader/commands/commands/review_next_char.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/review_next_char_phonetic.py b/src/fenrirscreenreader/commands/commands/review_next_char_phonetic.py index 8cf4cd95..0a384d19 100644 --- a/src/fenrirscreenreader/commands/commands/review_next_char_phonetic.py +++ b/src/fenrirscreenreader/commands/commands/review_next_char_phonetic.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/review_next_line.py b/src/fenrirscreenreader/commands/commands/review_next_line.py index e6977e4b..4a17c137 100644 --- a/src/fenrirscreenreader/commands/commands/review_next_line.py +++ b/src/fenrirscreenreader/commands/commands/review_next_line.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/review_next_word.py b/src/fenrirscreenreader/commands/commands/review_next_word.py index ec4c3170..1b6d59aa 100644 --- a/src/fenrirscreenreader/commands/commands/review_next_word.py +++ b/src/fenrirscreenreader/commands/commands/review_next_word.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/review_next_word_phonetic.py b/src/fenrirscreenreader/commands/commands/review_next_word_phonetic.py index 97914ef0..a920fdd1 100644 --- a/src/fenrirscreenreader/commands/commands/review_next_word_phonetic.py +++ b/src/fenrirscreenreader/commands/commands/review_next_word_phonetic.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/review_prev_char.py b/src/fenrirscreenreader/commands/commands/review_prev_char.py index c49ad47f..fba67bc0 100644 --- a/src/fenrirscreenreader/commands/commands/review_prev_char.py +++ b/src/fenrirscreenreader/commands/commands/review_prev_char.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/review_prev_char_phonetic.py b/src/fenrirscreenreader/commands/commands/review_prev_char_phonetic.py index 4beabe51..c2909110 100644 --- a/src/fenrirscreenreader/commands/commands/review_prev_char_phonetic.py +++ b/src/fenrirscreenreader/commands/commands/review_prev_char_phonetic.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/review_prev_line.py b/src/fenrirscreenreader/commands/commands/review_prev_line.py index 07722e1f..9b1332ec 100644 --- a/src/fenrirscreenreader/commands/commands/review_prev_line.py +++ b/src/fenrirscreenreader/commands/commands/review_prev_line.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/review_prev_word.py b/src/fenrirscreenreader/commands/commands/review_prev_word.py index e4d97565..e0f370f6 100644 --- a/src/fenrirscreenreader/commands/commands/review_prev_word.py +++ b/src/fenrirscreenreader/commands/commands/review_prev_word.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/review_prev_word_phonetic.py b/src/fenrirscreenreader/commands/commands/review_prev_word_phonetic.py index d8c8883d..e122a3bd 100644 --- a/src/fenrirscreenreader/commands/commands/review_prev_word_phonetic.py +++ b/src/fenrirscreenreader/commands/commands/review_prev_word_phonetic.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/review_screen_first_char.py b/src/fenrirscreenreader/commands/commands/review_screen_first_char.py index 460d38cc..74246d11 100644 --- a/src/fenrirscreenreader/commands/commands/review_screen_first_char.py +++ b/src/fenrirscreenreader/commands/commands/review_screen_first_char.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/review_screen_last_char.py b/src/fenrirscreenreader/commands/commands/review_screen_last_char.py index cdd51058..0c4fa1f0 100644 --- a/src/fenrirscreenreader/commands/commands/review_screen_last_char.py +++ b/src/fenrirscreenreader/commands/commands/review_screen_last_char.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/review_top.py b/src/fenrirscreenreader/commands/commands/review_top.py index 15e4ee3f..f8fbca94 100644 --- a/src/fenrirscreenreader/commands/commands/review_top.py +++ b/src/fenrirscreenreader/commands/commands/review_top.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/review_up.py b/src/fenrirscreenreader/commands/commands/review_up.py index d8f4cbe6..d6e05b9a 100644 --- a/src/fenrirscreenreader/commands/commands/review_up.py +++ b/src/fenrirscreenreader/commands/commands/review_up.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/save_settings.py b/src/fenrirscreenreader/commands/commands/save_settings.py index 1e837eb6..e0e184c9 100644 --- a/src/fenrirscreenreader/commands/commands/save_settings.py +++ b/src/fenrirscreenreader/commands/commands/save_settings.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/set_bookmark_1.py b/src/fenrirscreenreader/commands/commands/set_bookmark_1.py index e17a0bd1..11042676 100644 --- a/src/fenrirscreenreader/commands/commands/set_bookmark_1.py +++ b/src/fenrirscreenreader/commands/commands/set_bookmark_1.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/set_bookmark_10.py b/src/fenrirscreenreader/commands/commands/set_bookmark_10.py index fa6d1ffa..6e10e5c5 100644 --- a/src/fenrirscreenreader/commands/commands/set_bookmark_10.py +++ b/src/fenrirscreenreader/commands/commands/set_bookmark_10.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/set_bookmark_2.py b/src/fenrirscreenreader/commands/commands/set_bookmark_2.py index 99d0ea66..ca90680e 100644 --- a/src/fenrirscreenreader/commands/commands/set_bookmark_2.py +++ b/src/fenrirscreenreader/commands/commands/set_bookmark_2.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/set_bookmark_3.py b/src/fenrirscreenreader/commands/commands/set_bookmark_3.py index 043f7b91..a2e646f1 100644 --- a/src/fenrirscreenreader/commands/commands/set_bookmark_3.py +++ b/src/fenrirscreenreader/commands/commands/set_bookmark_3.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/set_bookmark_4.py b/src/fenrirscreenreader/commands/commands/set_bookmark_4.py index 5e2ee9b4..2b1262ba 100644 --- a/src/fenrirscreenreader/commands/commands/set_bookmark_4.py +++ b/src/fenrirscreenreader/commands/commands/set_bookmark_4.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/set_bookmark_5.py b/src/fenrirscreenreader/commands/commands/set_bookmark_5.py index 920fa322..5f03f4e6 100644 --- a/src/fenrirscreenreader/commands/commands/set_bookmark_5.py +++ b/src/fenrirscreenreader/commands/commands/set_bookmark_5.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/set_bookmark_6.py b/src/fenrirscreenreader/commands/commands/set_bookmark_6.py index 4f0c639a..90c9b2d1 100644 --- a/src/fenrirscreenreader/commands/commands/set_bookmark_6.py +++ b/src/fenrirscreenreader/commands/commands/set_bookmark_6.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/set_bookmark_7.py b/src/fenrirscreenreader/commands/commands/set_bookmark_7.py index 349be691..0ff6e83d 100644 --- a/src/fenrirscreenreader/commands/commands/set_bookmark_7.py +++ b/src/fenrirscreenreader/commands/commands/set_bookmark_7.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/set_bookmark_8.py b/src/fenrirscreenreader/commands/commands/set_bookmark_8.py index 812cf064..78c4532a 100644 --- a/src/fenrirscreenreader/commands/commands/set_bookmark_8.py +++ b/src/fenrirscreenreader/commands/commands/set_bookmark_8.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/set_bookmark_9.py b/src/fenrirscreenreader/commands/commands/set_bookmark_9.py index 2e2e55ae..371b1ee8 100644 --- a/src/fenrirscreenreader/commands/commands/set_bookmark_9.py +++ b/src/fenrirscreenreader/commands/commands/set_bookmark_9.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/set_mark.py b/src/fenrirscreenreader/commands/commands/set_mark.py index 65e64bb8..e7b69105 100644 --- a/src/fenrirscreenreader/commands/commands/set_mark.py +++ b/src/fenrirscreenreader/commands/commands/set_mark.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/set_window_application.py b/src/fenrirscreenreader/commands/commands/set_window_application.py index c9247d3b..a958ee24 100644 --- a/src/fenrirscreenreader/commands/commands/set_window_application.py +++ b/src/fenrirscreenreader/commands/commands/set_window_application.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/shut_up.py b/src/fenrirscreenreader/commands/commands/shut_up.py index 6d834c3a..dcedc094 100644 --- a/src/fenrirscreenreader/commands/commands/shut_up.py +++ b/src/fenrirscreenreader/commands/commands/shut_up.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/spell_check.py b/src/fenrirscreenreader/commands/commands/spell_check.py index dbd5cad0..87d5eeca 100644 --- a/src/fenrirscreenreader/commands/commands/spell_check.py +++ b/src/fenrirscreenreader/commands/commands/spell_check.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/subprocess.py b/src/fenrirscreenreader/commands/commands/subprocess.py index b96371d0..1394f465 100644 --- a/src/fenrirscreenreader/commands/commands/subprocess.py +++ b/src/fenrirscreenreader/commands/commands/subprocess.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/temp_disable_speech.py b/src/fenrirscreenreader/commands/commands/temp_disable_speech.py index c63873d7..300646a0 100644 --- a/src/fenrirscreenreader/commands/commands/temp_disable_speech.py +++ b/src/fenrirscreenreader/commands/commands/temp_disable_speech.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/time.py b/src/fenrirscreenreader/commands/commands/time.py index ffa97760..8e890edb 100644 --- a/src/fenrirscreenreader/commands/commands/time.py +++ b/src/fenrirscreenreader/commands/commands/time.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/toggle_auto_indent.py b/src/fenrirscreenreader/commands/commands/toggle_auto_indent.py index a7a773d9..2e29136d 100644 --- a/src/fenrirscreenreader/commands/commands/toggle_auto_indent.py +++ b/src/fenrirscreenreader/commands/commands/toggle_auto_indent.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/toggle_auto_read.py b/src/fenrirscreenreader/commands/commands/toggle_auto_read.py index a94cc3e1..b3313149 100644 --- a/src/fenrirscreenreader/commands/commands/toggle_auto_read.py +++ b/src/fenrirscreenreader/commands/commands/toggle_auto_read.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/toggle_auto_spell_check.py b/src/fenrirscreenreader/commands/commands/toggle_auto_spell_check.py index 1664e70e..299e2677 100644 --- a/src/fenrirscreenreader/commands/commands/toggle_auto_spell_check.py +++ b/src/fenrirscreenreader/commands/commands/toggle_auto_spell_check.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/toggle_auto_time.py b/src/fenrirscreenreader/commands/commands/toggle_auto_time.py index ac89c84a..7871ffa2 100644 --- a/src/fenrirscreenreader/commands/commands/toggle_auto_time.py +++ b/src/fenrirscreenreader/commands/commands/toggle_auto_time.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/toggle_barrier.py b/src/fenrirscreenreader/commands/commands/toggle_barrier.py index fe5925d0..2af09c82 100644 --- a/src/fenrirscreenreader/commands/commands/toggle_barrier.py +++ b/src/fenrirscreenreader/commands/commands/toggle_barrier.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/toggle_braille.py b/src/fenrirscreenreader/commands/commands/toggle_braille.py index ed8346d8..738020ae 100644 --- a/src/fenrirscreenreader/commands/commands/toggle_braille.py +++ b/src/fenrirscreenreader/commands/commands/toggle_braille.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/toggle_emoticons.py b/src/fenrirscreenreader/commands/commands/toggle_emoticons.py index 9a223817..a77cb793 100644 --- a/src/fenrirscreenreader/commands/commands/toggle_emoticons.py +++ b/src/fenrirscreenreader/commands/commands/toggle_emoticons.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/toggle_has_attribute.py b/src/fenrirscreenreader/commands/commands/toggle_has_attribute.py index 21ae5348..65404111 100644 --- a/src/fenrirscreenreader/commands/commands/toggle_has_attribute.py +++ b/src/fenrirscreenreader/commands/commands/toggle_has_attribute.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/toggle_highlight_tracking.py b/src/fenrirscreenreader/commands/commands/toggle_highlight_tracking.py index eb0bbec2..ed031468 100644 --- a/src/fenrirscreenreader/commands/commands/toggle_highlight_tracking.py +++ b/src/fenrirscreenreader/commands/commands/toggle_highlight_tracking.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/toggle_output.py b/src/fenrirscreenreader/commands/commands/toggle_output.py index 7e40e682..b5f31cc2 100644 --- a/src/fenrirscreenreader/commands/commands/toggle_output.py +++ b/src/fenrirscreenreader/commands/commands/toggle_output.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/toggle_punctuation_level.py b/src/fenrirscreenreader/commands/commands/toggle_punctuation_level.py index 57ca6c6b..24c5b0eb 100644 --- a/src/fenrirscreenreader/commands/commands/toggle_punctuation_level.py +++ b/src/fenrirscreenreader/commands/commands/toggle_punctuation_level.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/toggle_sound.py b/src/fenrirscreenreader/commands/commands/toggle_sound.py index e599f668..88740cb6 100644 --- a/src/fenrirscreenreader/commands/commands/toggle_sound.py +++ b/src/fenrirscreenreader/commands/commands/toggle_sound.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/toggle_speech.py b/src/fenrirscreenreader/commands/commands/toggle_speech.py index a3d0b23e..ef4b6f5f 100644 --- a/src/fenrirscreenreader/commands/commands/toggle_speech.py +++ b/src/fenrirscreenreader/commands/commands/toggle_speech.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/toggle_tutorial_mode.py b/src/fenrirscreenreader/commands/commands/toggle_tutorial_mode.py index 2ce98535..b2e45407 100644 --- a/src/fenrirscreenreader/commands/commands/toggle_tutorial_mode.py +++ b/src/fenrirscreenreader/commands/commands/toggle_tutorial_mode.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/commands/toggle_vmenu_mode.py b/src/fenrirscreenreader/commands/commands/toggle_vmenu_mode.py index 68881700..4af3a72a 100644 --- a/src/fenrirscreenreader/commands/commands/toggle_vmenu_mode.py +++ b/src/fenrirscreenreader/commands/commands/toggle_vmenu_mode.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/help/curr_help.py b/src/fenrirscreenreader/commands/help/curr_help.py index 4f0ebf31..281985ff 100644 --- a/src/fenrirscreenreader/commands/help/curr_help.py +++ b/src/fenrirscreenreader/commands/help/curr_help.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/help/next_help.py b/src/fenrirscreenreader/commands/help/next_help.py index 7ef3993e..46e0f2e9 100644 --- a/src/fenrirscreenreader/commands/help/next_help.py +++ b/src/fenrirscreenreader/commands/help/next_help.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/help/prev_help.py b/src/fenrirscreenreader/commands/help/prev_help.py index 3060ecc2..27550ec7 100644 --- a/src/fenrirscreenreader/commands/help/prev_help.py +++ b/src/fenrirscreenreader/commands/help/prev_help.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onByteInput/10000-shut_up.py b/src/fenrirscreenreader/commands/onByteInput/10000-shut_up.py index d3b6cd3b..7ce785f3 100644 --- a/src/fenrirscreenreader/commands/onByteInput/10000-shut_up.py +++ b/src/fenrirscreenreader/commands/onByteInput/10000-shut_up.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onByteInput/15000-enable_temp_speech.py b/src/fenrirscreenreader/commands/onByteInput/15000-enable_temp_speech.py index c000e241..06476e05 100644 --- a/src/fenrirscreenreader/commands/onByteInput/15000-enable_temp_speech.py +++ b/src/fenrirscreenreader/commands/onByteInput/15000-enable_temp_speech.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onCursorChange/15000-char_echo.py b/src/fenrirscreenreader/commands/onCursorChange/15000-char_echo.py index 8526f306..e7f46786 100644 --- a/src/fenrirscreenreader/commands/onCursorChange/15000-char_echo.py +++ b/src/fenrirscreenreader/commands/onCursorChange/15000-char_echo.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onCursorChange/25000-word_echo_type.py b/src/fenrirscreenreader/commands/onCursorChange/25000-word_echo_type.py index 57a530fd..b3285add 100644 --- a/src/fenrirscreenreader/commands/onCursorChange/25000-word_echo_type.py +++ b/src/fenrirscreenreader/commands/onCursorChange/25000-word_echo_type.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onCursorChange/35000-spell_check.py b/src/fenrirscreenreader/commands/onCursorChange/35000-spell_check.py index 1fe67221..0898a391 100644 --- a/src/fenrirscreenreader/commands/onCursorChange/35000-spell_check.py +++ b/src/fenrirscreenreader/commands/onCursorChange/35000-spell_check.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onCursorChange/45000-char_delete_echo.py b/src/fenrirscreenreader/commands/onCursorChange/45000-char_delete_echo.py index 41281316..3a4ddaa5 100644 --- a/src/fenrirscreenreader/commands/onCursorChange/45000-char_delete_echo.py +++ b/src/fenrirscreenreader/commands/onCursorChange/45000-char_delete_echo.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onCursorChange/50000-present_char_if_cursor_change_horizontal.py b/src/fenrirscreenreader/commands/onCursorChange/50000-present_char_if_cursor_change_horizontal.py index ecd32a40..a192d9e6 100644 --- a/src/fenrirscreenreader/commands/onCursorChange/50000-present_char_if_cursor_change_horizontal.py +++ b/src/fenrirscreenreader/commands/onCursorChange/50000-present_char_if_cursor_change_horizontal.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onCursorChange/55000-tab_completion.py b/src/fenrirscreenreader/commands/onCursorChange/55000-tab_completion.py index a69f87c8..412fe613 100644 --- a/src/fenrirscreenreader/commands/onCursorChange/55000-tab_completion.py +++ b/src/fenrirscreenreader/commands/onCursorChange/55000-tab_completion.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onCursorChange/60000-word_echo_navigation.py b/src/fenrirscreenreader/commands/onCursorChange/60000-word_echo_navigation.py index 08778cee..41275919 100644 --- a/src/fenrirscreenreader/commands/onCursorChange/60000-word_echo_navigation.py +++ b/src/fenrirscreenreader/commands/onCursorChange/60000-word_echo_navigation.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onCursorChange/65000-present_line_if_cursor_change_vertical.py b/src/fenrirscreenreader/commands/onCursorChange/65000-present_line_if_cursor_change_vertical.py index 4c33cce5..8abb8797 100644 --- a/src/fenrirscreenreader/commands/onCursorChange/65000-present_line_if_cursor_change_vertical.py +++ b/src/fenrirscreenreader/commands/onCursorChange/65000-present_line_if_cursor_change_vertical.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onCursorChange/68000-auto_identation_horizontal.py b/src/fenrirscreenreader/commands/onCursorChange/68000-auto_identation_horizontal.py index 5cfd6ad2..785caa1c 100644 --- a/src/fenrirscreenreader/commands/onCursorChange/68000-auto_identation_horizontal.py +++ b/src/fenrirscreenreader/commands/onCursorChange/68000-auto_identation_horizontal.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onCursorChange/85000-has_attribute.py b/src/fenrirscreenreader/commands/onCursorChange/85000-has_attribute.py index b3678759..27af8633 100644 --- a/src/fenrirscreenreader/commands/onCursorChange/85000-has_attribute.py +++ b/src/fenrirscreenreader/commands/onCursorChange/85000-has_attribute.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onCursorChange/95000-exit_review_mode.py b/src/fenrirscreenreader/commands/onCursorChange/95000-exit_review_mode.py index d934fb1c..f23be166 100644 --- a/src/fenrirscreenreader/commands/onCursorChange/95000-exit_review_mode.py +++ b/src/fenrirscreenreader/commands/onCursorChange/95000-exit_review_mode.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onCursorChange/orig_sorting/45000-char_echo.py b/src/fenrirscreenreader/commands/onCursorChange/orig_sorting/45000-char_echo.py index c4cd2ad6..6cc1a4f7 100644 --- a/src/fenrirscreenreader/commands/onCursorChange/orig_sorting/45000-char_echo.py +++ b/src/fenrirscreenreader/commands/onCursorChange/orig_sorting/45000-char_echo.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onCursorChange/orig_sorting/46000-tab_completion.py b/src/fenrirscreenreader/commands/onCursorChange/orig_sorting/46000-tab_completion.py index 43b91159..0b08a2a6 100644 --- a/src/fenrirscreenreader/commands/onCursorChange/orig_sorting/46000-tab_completion.py +++ b/src/fenrirscreenreader/commands/onCursorChange/orig_sorting/46000-tab_completion.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onCursorChange/orig_sorting/50000-present_char_if_cursor_change_horizontal.py b/src/fenrirscreenreader/commands/onCursorChange/orig_sorting/50000-present_char_if_cursor_change_horizontal.py index ecd32a40..a192d9e6 100644 --- a/src/fenrirscreenreader/commands/onCursorChange/orig_sorting/50000-present_char_if_cursor_change_horizontal.py +++ b/src/fenrirscreenreader/commands/onCursorChange/orig_sorting/50000-present_char_if_cursor_change_horizontal.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onCursorChange/orig_sorting/55000-present_line_if_cursor_change_vertical.py b/src/fenrirscreenreader/commands/onCursorChange/orig_sorting/55000-present_line_if_cursor_change_vertical.py index 5ccbd0cd..de2d01fa 100644 --- a/src/fenrirscreenreader/commands/onCursorChange/orig_sorting/55000-present_line_if_cursor_change_vertical.py +++ b/src/fenrirscreenreader/commands/onCursorChange/orig_sorting/55000-present_line_if_cursor_change_vertical.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onCursorChange/orig_sorting/60000-word_echo_type.py b/src/fenrirscreenreader/commands/onCursorChange/orig_sorting/60000-word_echo_type.py index 57a530fd..b3285add 100644 --- a/src/fenrirscreenreader/commands/onCursorChange/orig_sorting/60000-word_echo_type.py +++ b/src/fenrirscreenreader/commands/onCursorChange/orig_sorting/60000-word_echo_type.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onCursorChange/orig_sorting/61000-word_echo_navigation.py b/src/fenrirscreenreader/commands/onCursorChange/orig_sorting/61000-word_echo_navigation.py index 08778cee..41275919 100644 --- a/src/fenrirscreenreader/commands/onCursorChange/orig_sorting/61000-word_echo_navigation.py +++ b/src/fenrirscreenreader/commands/onCursorChange/orig_sorting/61000-word_echo_navigation.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onCursorChange/orig_sorting/62000-spell_check.py b/src/fenrirscreenreader/commands/onCursorChange/orig_sorting/62000-spell_check.py index 1fe67221..0898a391 100644 --- a/src/fenrirscreenreader/commands/onCursorChange/orig_sorting/62000-spell_check.py +++ b/src/fenrirscreenreader/commands/onCursorChange/orig_sorting/62000-spell_check.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onCursorChange/orig_sorting/65000-char_delete_echo.py b/src/fenrirscreenreader/commands/onCursorChange/orig_sorting/65000-char_delete_echo.py index 41281316..3a4ddaa5 100644 --- a/src/fenrirscreenreader/commands/onCursorChange/orig_sorting/65000-char_delete_echo.py +++ b/src/fenrirscreenreader/commands/onCursorChange/orig_sorting/65000-char_delete_echo.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onCursorChange/orig_sorting/66000-exit_review_mode.py b/src/fenrirscreenreader/commands/onCursorChange/orig_sorting/66000-exit_review_mode.py index d934fb1c..f23be166 100644 --- a/src/fenrirscreenreader/commands/onCursorChange/orig_sorting/66000-exit_review_mode.py +++ b/src/fenrirscreenreader/commands/onCursorChange/orig_sorting/66000-exit_review_mode.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onCursorChange/orig_sorting/77000-has_attribute.py b/src/fenrirscreenreader/commands/onCursorChange/orig_sorting/77000-has_attribute.py index b3678759..27af8633 100644 --- a/src/fenrirscreenreader/commands/onCursorChange/orig_sorting/77000-has_attribute.py +++ b/src/fenrirscreenreader/commands/onCursorChange/orig_sorting/77000-has_attribute.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onCursorChange/resort/15000-char_echo.py b/src/fenrirscreenreader/commands/onCursorChange/resort/15000-char_echo.py index c4cd2ad6..6cc1a4f7 100644 --- a/src/fenrirscreenreader/commands/onCursorChange/resort/15000-char_echo.py +++ b/src/fenrirscreenreader/commands/onCursorChange/resort/15000-char_echo.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onCursorChange/resort/25000-word_echo_type.py b/src/fenrirscreenreader/commands/onCursorChange/resort/25000-word_echo_type.py index 57a530fd..b3285add 100644 --- a/src/fenrirscreenreader/commands/onCursorChange/resort/25000-word_echo_type.py +++ b/src/fenrirscreenreader/commands/onCursorChange/resort/25000-word_echo_type.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onCursorChange/resort/35000-spell_check.py b/src/fenrirscreenreader/commands/onCursorChange/resort/35000-spell_check.py index 1fe67221..0898a391 100644 --- a/src/fenrirscreenreader/commands/onCursorChange/resort/35000-spell_check.py +++ b/src/fenrirscreenreader/commands/onCursorChange/resort/35000-spell_check.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onCursorChange/resort/45000-char_delete_echo.py b/src/fenrirscreenreader/commands/onCursorChange/resort/45000-char_delete_echo.py index 41281316..3a4ddaa5 100644 --- a/src/fenrirscreenreader/commands/onCursorChange/resort/45000-char_delete_echo.py +++ b/src/fenrirscreenreader/commands/onCursorChange/resort/45000-char_delete_echo.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onCursorChange/resort/50000-present_char_if_cursor_change_horizontal.py b/src/fenrirscreenreader/commands/onCursorChange/resort/50000-present_char_if_cursor_change_horizontal.py index ecd32a40..a192d9e6 100644 --- a/src/fenrirscreenreader/commands/onCursorChange/resort/50000-present_char_if_cursor_change_horizontal.py +++ b/src/fenrirscreenreader/commands/onCursorChange/resort/50000-present_char_if_cursor_change_horizontal.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onCursorChange/resort/55000-tab_completion.py b/src/fenrirscreenreader/commands/onCursorChange/resort/55000-tab_completion.py index 43b91159..0b08a2a6 100644 --- a/src/fenrirscreenreader/commands/onCursorChange/resort/55000-tab_completion.py +++ b/src/fenrirscreenreader/commands/onCursorChange/resort/55000-tab_completion.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onCursorChange/resort/60000-word_echo_navigation.py b/src/fenrirscreenreader/commands/onCursorChange/resort/60000-word_echo_navigation.py index 08778cee..41275919 100644 --- a/src/fenrirscreenreader/commands/onCursorChange/resort/60000-word_echo_navigation.py +++ b/src/fenrirscreenreader/commands/onCursorChange/resort/60000-word_echo_navigation.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onCursorChange/resort/65000-present_line_if_cursor_change_vertical.py b/src/fenrirscreenreader/commands/onCursorChange/resort/65000-present_line_if_cursor_change_vertical.py index 5ccbd0cd..de2d01fa 100644 --- a/src/fenrirscreenreader/commands/onCursorChange/resort/65000-present_line_if_cursor_change_vertical.py +++ b/src/fenrirscreenreader/commands/onCursorChange/resort/65000-present_line_if_cursor_change_vertical.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onCursorChange/resort/85000-has_attribute.py b/src/fenrirscreenreader/commands/onCursorChange/resort/85000-has_attribute.py index b3678759..27af8633 100644 --- a/src/fenrirscreenreader/commands/onCursorChange/resort/85000-has_attribute.py +++ b/src/fenrirscreenreader/commands/onCursorChange/resort/85000-has_attribute.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onCursorChange/resort/95000-exit_review_mode.py b/src/fenrirscreenreader/commands/onCursorChange/resort/95000-exit_review_mode.py index d934fb1c..f23be166 100644 --- a/src/fenrirscreenreader/commands/onCursorChange/resort/95000-exit_review_mode.py +++ b/src/fenrirscreenreader/commands/onCursorChange/resort/95000-exit_review_mode.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onHeartBeat/2000-GetSessionInfo.py b/src/fenrirscreenreader/commands/onHeartBeat/2000-GetSessionInfo.py index 10a5c141..94029734 100755 --- a/src/fenrirscreenreader/commands/onHeartBeat/2000-GetSessionInfo.py +++ b/src/fenrirscreenreader/commands/onHeartBeat/2000-GetSessionInfo.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 import time # -*- coding: utf-8 -*- diff --git a/src/fenrirscreenreader/commands/onHeartBeat/76000-time.py b/src/fenrirscreenreader/commands/onHeartBeat/76000-time.py index 1d114dfd..d645bfa0 100755 --- a/src/fenrirscreenreader/commands/onHeartBeat/76000-time.py +++ b/src/fenrirscreenreader/commands/onHeartBeat/76000-time.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onHeartBeat/deactive/1.echo.py b/src/fenrirscreenreader/commands/onHeartBeat/deactive/1.echo.py index 4290b6c7..075acd6d 100755 --- a/src/fenrirscreenreader/commands/onHeartBeat/deactive/1.echo.py +++ b/src/fenrirscreenreader/commands/onHeartBeat/deactive/1.echo.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 import time # -*- coding: utf-8 -*- diff --git a/src/fenrirscreenreader/commands/onKeyInput/10000-shut_up.py b/src/fenrirscreenreader/commands/onKeyInput/10000-shut_up.py index a22bc341..ddf927ec 100644 --- a/src/fenrirscreenreader/commands/onKeyInput/10000-shut_up.py +++ b/src/fenrirscreenreader/commands/onKeyInput/10000-shut_up.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onKeyInput/15000-enable_temp_speech.py b/src/fenrirscreenreader/commands/onKeyInput/15000-enable_temp_speech.py index 48836fb8..77423368 100644 --- a/src/fenrirscreenreader/commands/onKeyInput/15000-enable_temp_speech.py +++ b/src/fenrirscreenreader/commands/onKeyInput/15000-enable_temp_speech.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onKeyInput/80000-capslock.py b/src/fenrirscreenreader/commands/onKeyInput/80000-capslock.py index 10db97e1..355897fe 100644 --- a/src/fenrirscreenreader/commands/onKeyInput/80000-capslock.py +++ b/src/fenrirscreenreader/commands/onKeyInput/80000-capslock.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onKeyInput/80300-scrolllock.py b/src/fenrirscreenreader/commands/onKeyInput/80300-scrolllock.py index 526e67f3..8e1ad95a 100644 --- a/src/fenrirscreenreader/commands/onKeyInput/80300-scrolllock.py +++ b/src/fenrirscreenreader/commands/onKeyInput/80300-scrolllock.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onKeyInput/80500-numlock.py b/src/fenrirscreenreader/commands/onKeyInput/80500-numlock.py index e49356a0..8164a4f8 100644 --- a/src/fenrirscreenreader/commands/onKeyInput/80500-numlock.py +++ b/src/fenrirscreenreader/commands/onKeyInput/80500-numlock.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onKeyInput/81000-key_echo.py b/src/fenrirscreenreader/commands/onKeyInput/81000-key_echo.py index f995a87e..afa76258 100644 --- a/src/fenrirscreenreader/commands/onKeyInput/81000-key_echo.py +++ b/src/fenrirscreenreader/commands/onKeyInput/81000-key_echo.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onPlugInputDevice/50000-plugSound.py b/src/fenrirscreenreader/commands/onPlugInputDevice/50000-plugSound.py index d01fd39f..a7ade58e 100755 --- a/src/fenrirscreenreader/commands/onPlugInputDevice/50000-plugSound.py +++ b/src/fenrirscreenreader/commands/onPlugInputDevice/50000-plugSound.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onScreenChanged/10000-shut_up.py b/src/fenrirscreenreader/commands/onScreenChanged/10000-shut_up.py index c35f154d..b251eaea 100644 --- a/src/fenrirscreenreader/commands/onScreenChanged/10000-shut_up.py +++ b/src/fenrirscreenreader/commands/onScreenChanged/10000-shut_up.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onScreenChanged/20000-reset_last_cursor_attribute.py b/src/fenrirscreenreader/commands/onScreenChanged/20000-reset_last_cursor_attribute.py index 7757012d..352191a0 100644 --- a/src/fenrirscreenreader/commands/onScreenChanged/20000-reset_last_cursor_attribute.py +++ b/src/fenrirscreenreader/commands/onScreenChanged/20000-reset_last_cursor_attribute.py @@ -1,5 +1,5 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onScreenChanged/21000-reset_barrier_change.py b/src/fenrirscreenreader/commands/onScreenChanged/21000-reset_barrier_change.py index 7e19bada..6d9e8b21 100644 --- a/src/fenrirscreenreader/commands/onScreenChanged/21000-reset_barrier_change.py +++ b/src/fenrirscreenreader/commands/onScreenChanged/21000-reset_barrier_change.py @@ -1,5 +1,5 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onScreenChanged/70000-barrier_detect.py b/src/fenrirscreenreader/commands/onScreenChanged/70000-barrier_detect.py index 4f764092..a3b5a774 100644 --- a/src/fenrirscreenreader/commands/onScreenChanged/70000-barrier_detect.py +++ b/src/fenrirscreenreader/commands/onScreenChanged/70000-barrier_detect.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onScreenChanged/80000-screen_change_announcement.py b/src/fenrirscreenreader/commands/onScreenChanged/80000-screen_change_announcement.py index 334a87ee..383208be 100644 --- a/src/fenrirscreenreader/commands/onScreenChanged/80000-screen_change_announcement.py +++ b/src/fenrirscreenreader/commands/onScreenChanged/80000-screen_change_announcement.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onScreenChanged/85000-reset_marks.py b/src/fenrirscreenreader/commands/onScreenChanged/85000-reset_marks.py index 8a3265ad..3c365a73 100644 --- a/src/fenrirscreenreader/commands/onScreenChanged/85000-reset_marks.py +++ b/src/fenrirscreenreader/commands/onScreenChanged/85000-reset_marks.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onScreenChanged/89000-leave_review_mode.py b/src/fenrirscreenreader/commands/onScreenChanged/89000-leave_review_mode.py index f13337b7..51defaf6 100644 --- a/src/fenrirscreenreader/commands/onScreenChanged/89000-leave_review_mode.py +++ b/src/fenrirscreenreader/commands/onScreenChanged/89000-leave_review_mode.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onScreenUpdate/56000-highlight_tracking.py b/src/fenrirscreenreader/commands/onScreenUpdate/56000-highlight_tracking.py index 2363463b..59721a8e 100644 --- a/src/fenrirscreenreader/commands/onScreenUpdate/56000-highlight_tracking.py +++ b/src/fenrirscreenreader/commands/onScreenUpdate/56000-highlight_tracking.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onScreenUpdate/60000-history.py b/src/fenrirscreenreader/commands/onScreenUpdate/60000-history.py index d94d0338..fa0fd7d1 100644 --- a/src/fenrirscreenreader/commands/onScreenUpdate/60000-history.py +++ b/src/fenrirscreenreader/commands/onScreenUpdate/60000-history.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onScreenUpdate/70000-incoming.py b/src/fenrirscreenreader/commands/onScreenUpdate/70000-incoming.py index 404c3007..de06a418 100644 --- a/src/fenrirscreenreader/commands/onScreenUpdate/70000-incoming.py +++ b/src/fenrirscreenreader/commands/onScreenUpdate/70000-incoming.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onScreenUpdate/75000-incoming_promote.py b/src/fenrirscreenreader/commands/onScreenUpdate/75000-incoming_promote.py index 66d84037..8e867bf8 100644 --- a/src/fenrirscreenreader/commands/onScreenUpdate/75000-incoming_promote.py +++ b/src/fenrirscreenreader/commands/onScreenUpdate/75000-incoming_promote.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 import time # -*- coding: utf-8 -*- diff --git a/src/fenrirscreenreader/commands/onScreenUpdate/80000-barrier_detect.py b/src/fenrirscreenreader/commands/onScreenUpdate/80000-barrier_detect.py index 207ed4a8..6744457c 100644 --- a/src/fenrirscreenreader/commands/onScreenUpdate/80000-barrier_detect.py +++ b/src/fenrirscreenreader/commands/onScreenUpdate/80000-barrier_detect.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onScreenUpdate/rework/70000-incoming.py b/src/fenrirscreenreader/commands/onScreenUpdate/rework/70000-incoming.py index 3d70139f..7dce5b86 100644 --- a/src/fenrirscreenreader/commands/onScreenUpdate/rework/70000-incoming.py +++ b/src/fenrirscreenreader/commands/onScreenUpdate/rework/70000-incoming.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onSwitchApplicationProfile/default.py b/src/fenrirscreenreader/commands/onSwitchApplicationProfile/default.py index 2c088db4..899ea560 100644 --- a/src/fenrirscreenreader/commands/onSwitchApplicationProfile/default.py +++ b/src/fenrirscreenreader/commands/onSwitchApplicationProfile/default.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onSwitchApplicationProfile/inactive/agetty.py b/src/fenrirscreenreader/commands/onSwitchApplicationProfile/inactive/agetty.py index 92e0c45e..9264a989 100644 --- a/src/fenrirscreenreader/commands/onSwitchApplicationProfile/inactive/agetty.py +++ b/src/fenrirscreenreader/commands/onSwitchApplicationProfile/inactive/agetty.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onSwitchApplicationProfile/inactive/bash.py b/src/fenrirscreenreader/commands/onSwitchApplicationProfile/inactive/bash.py index 2089274f..5a421460 100644 --- a/src/fenrirscreenreader/commands/onSwitchApplicationProfile/inactive/bash.py +++ b/src/fenrirscreenreader/commands/onSwitchApplicationProfile/inactive/bash.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/onSwitchApplicationProfile/inactive/vim.py b/src/fenrirscreenreader/commands/onSwitchApplicationProfile/inactive/vim.py index e743a1af..04d2edda 100644 --- a/src/fenrirscreenreader/commands/onSwitchApplicationProfile/inactive/vim.py +++ b/src/fenrirscreenreader/commands/onSwitchApplicationProfile/inactive/vim.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/quickMenu/current_quick_menu_entry.py b/src/fenrirscreenreader/commands/quickMenu/current_quick_menu_entry.py index 19a264f8..0b21ad3c 100644 --- a/src/fenrirscreenreader/commands/quickMenu/current_quick_menu_entry.py +++ b/src/fenrirscreenreader/commands/quickMenu/current_quick_menu_entry.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/quickMenu/current_quick_menu_value.py b/src/fenrirscreenreader/commands/quickMenu/current_quick_menu_value.py index 440d76fb..b9da1e0e 100644 --- a/src/fenrirscreenreader/commands/quickMenu/current_quick_menu_value.py +++ b/src/fenrirscreenreader/commands/quickMenu/current_quick_menu_value.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/quickMenu/next_quick_menu_entry.py b/src/fenrirscreenreader/commands/quickMenu/next_quick_menu_entry.py index bd5490b0..e14fad03 100644 --- a/src/fenrirscreenreader/commands/quickMenu/next_quick_menu_entry.py +++ b/src/fenrirscreenreader/commands/quickMenu/next_quick_menu_entry.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/quickMenu/next_quick_menu_value.py b/src/fenrirscreenreader/commands/quickMenu/next_quick_menu_value.py index 35e0c57b..ae15c51a 100644 --- a/src/fenrirscreenreader/commands/quickMenu/next_quick_menu_value.py +++ b/src/fenrirscreenreader/commands/quickMenu/next_quick_menu_value.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/quickMenu/prev_quick_menu_entry.py b/src/fenrirscreenreader/commands/quickMenu/prev_quick_menu_entry.py index fa93d8b0..329438b1 100644 --- a/src/fenrirscreenreader/commands/quickMenu/prev_quick_menu_entry.py +++ b/src/fenrirscreenreader/commands/quickMenu/prev_quick_menu_entry.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/quickMenu/prev_quick_menu_value.py b/src/fenrirscreenreader/commands/quickMenu/prev_quick_menu_value.py index 6546cf20..64495c68 100644 --- a/src/fenrirscreenreader/commands/quickMenu/prev_quick_menu_value.py +++ b/src/fenrirscreenreader/commands/quickMenu/prev_quick_menu_value.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/switchTrigger_template.py b/src/fenrirscreenreader/commands/switchTrigger_template.py index a12ea75d..4d1ee82d 100644 --- a/src/fenrirscreenreader/commands/switchTrigger_template.py +++ b/src/fenrirscreenreader/commands/switchTrigger_template.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-navigation/curr_vmenu_entry.py b/src/fenrirscreenreader/commands/vmenu-navigation/curr_vmenu_entry.py index 140d32e5..22818bae 100644 --- a/src/fenrirscreenreader/commands/vmenu-navigation/curr_vmenu_entry.py +++ b/src/fenrirscreenreader/commands/vmenu-navigation/curr_vmenu_entry.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-navigation/dec_level_vmenu.py b/src/fenrirscreenreader/commands/vmenu-navigation/dec_level_vmenu.py index 67c41b97..30996797 100644 --- a/src/fenrirscreenreader/commands/vmenu-navigation/dec_level_vmenu.py +++ b/src/fenrirscreenreader/commands/vmenu-navigation/dec_level_vmenu.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-navigation/exec_vmenu_entry.py b/src/fenrirscreenreader/commands/vmenu-navigation/exec_vmenu_entry.py index af32cb51..cb5e65b4 100644 --- a/src/fenrirscreenreader/commands/vmenu-navigation/exec_vmenu_entry.py +++ b/src/fenrirscreenreader/commands/vmenu-navigation/exec_vmenu_entry.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-navigation/inc_level_vmenu.py b/src/fenrirscreenreader/commands/vmenu-navigation/inc_level_vmenu.py index 342a215f..e1d34c2f 100644 --- a/src/fenrirscreenreader/commands/vmenu-navigation/inc_level_vmenu.py +++ b/src/fenrirscreenreader/commands/vmenu-navigation/inc_level_vmenu.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-navigation/next_vmenu_entry.py b/src/fenrirscreenreader/commands/vmenu-navigation/next_vmenu_entry.py index 8eb1d409..1eda533c 100644 --- a/src/fenrirscreenreader/commands/vmenu-navigation/next_vmenu_entry.py +++ b/src/fenrirscreenreader/commands/vmenu-navigation/next_vmenu_entry.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-navigation/prev_vmenu_entry.py b/src/fenrirscreenreader/commands/vmenu-navigation/prev_vmenu_entry.py index 2a9ee977..959ef702 100644 --- a/src/fenrirscreenreader/commands/vmenu-navigation/prev_vmenu_entry.py +++ b/src/fenrirscreenreader/commands/vmenu-navigation/prev_vmenu_entry.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-navigation/search_a.py b/src/fenrirscreenreader/commands/vmenu-navigation/search_a.py index 7e4236ca..5ff18daf 100644 --- a/src/fenrirscreenreader/commands/vmenu-navigation/search_a.py +++ b/src/fenrirscreenreader/commands/vmenu-navigation/search_a.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-navigation/search_b.py b/src/fenrirscreenreader/commands/vmenu-navigation/search_b.py index 5da6a568..49ce995d 100644 --- a/src/fenrirscreenreader/commands/vmenu-navigation/search_b.py +++ b/src/fenrirscreenreader/commands/vmenu-navigation/search_b.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-navigation/search_c.py b/src/fenrirscreenreader/commands/vmenu-navigation/search_c.py index 1634540d..23073dfd 100644 --- a/src/fenrirscreenreader/commands/vmenu-navigation/search_c.py +++ b/src/fenrirscreenreader/commands/vmenu-navigation/search_c.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-navigation/search_d.py b/src/fenrirscreenreader/commands/vmenu-navigation/search_d.py index d77b6c19..2a94e067 100644 --- a/src/fenrirscreenreader/commands/vmenu-navigation/search_d.py +++ b/src/fenrirscreenreader/commands/vmenu-navigation/search_d.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-navigation/search_e.py b/src/fenrirscreenreader/commands/vmenu-navigation/search_e.py index c0b35e0b..e650afa5 100644 --- a/src/fenrirscreenreader/commands/vmenu-navigation/search_e.py +++ b/src/fenrirscreenreader/commands/vmenu-navigation/search_e.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-navigation/search_f.py b/src/fenrirscreenreader/commands/vmenu-navigation/search_f.py index cc37e45b..0d5e9059 100644 --- a/src/fenrirscreenreader/commands/vmenu-navigation/search_f.py +++ b/src/fenrirscreenreader/commands/vmenu-navigation/search_f.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-navigation/search_g.py b/src/fenrirscreenreader/commands/vmenu-navigation/search_g.py index fc235726..bc093abf 100644 --- a/src/fenrirscreenreader/commands/vmenu-navigation/search_g.py +++ b/src/fenrirscreenreader/commands/vmenu-navigation/search_g.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-navigation/search_h.py b/src/fenrirscreenreader/commands/vmenu-navigation/search_h.py index 10fc5fb3..675309d6 100644 --- a/src/fenrirscreenreader/commands/vmenu-navigation/search_h.py +++ b/src/fenrirscreenreader/commands/vmenu-navigation/search_h.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-navigation/search_i.py b/src/fenrirscreenreader/commands/vmenu-navigation/search_i.py index e616fbf5..f416633a 100644 --- a/src/fenrirscreenreader/commands/vmenu-navigation/search_i.py +++ b/src/fenrirscreenreader/commands/vmenu-navigation/search_i.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-navigation/search_j.py b/src/fenrirscreenreader/commands/vmenu-navigation/search_j.py index 92c716ce..07700fe7 100644 --- a/src/fenrirscreenreader/commands/vmenu-navigation/search_j.py +++ b/src/fenrirscreenreader/commands/vmenu-navigation/search_j.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-navigation/search_k.py b/src/fenrirscreenreader/commands/vmenu-navigation/search_k.py index 3ced6b78..297c5f5d 100644 --- a/src/fenrirscreenreader/commands/vmenu-navigation/search_k.py +++ b/src/fenrirscreenreader/commands/vmenu-navigation/search_k.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-navigation/search_l.py b/src/fenrirscreenreader/commands/vmenu-navigation/search_l.py index 75e81c1f..65ea410a 100644 --- a/src/fenrirscreenreader/commands/vmenu-navigation/search_l.py +++ b/src/fenrirscreenreader/commands/vmenu-navigation/search_l.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-navigation/search_m.py b/src/fenrirscreenreader/commands/vmenu-navigation/search_m.py index d143ac75..3870ca0c 100644 --- a/src/fenrirscreenreader/commands/vmenu-navigation/search_m.py +++ b/src/fenrirscreenreader/commands/vmenu-navigation/search_m.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-navigation/search_n.py b/src/fenrirscreenreader/commands/vmenu-navigation/search_n.py index 9ed32f68..4b2f0b90 100644 --- a/src/fenrirscreenreader/commands/vmenu-navigation/search_n.py +++ b/src/fenrirscreenreader/commands/vmenu-navigation/search_n.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-navigation/search_o.py b/src/fenrirscreenreader/commands/vmenu-navigation/search_o.py index b281757a..1b24411a 100644 --- a/src/fenrirscreenreader/commands/vmenu-navigation/search_o.py +++ b/src/fenrirscreenreader/commands/vmenu-navigation/search_o.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-navigation/search_p.py b/src/fenrirscreenreader/commands/vmenu-navigation/search_p.py index 7f5d0025..2bee8e6b 100644 --- a/src/fenrirscreenreader/commands/vmenu-navigation/search_p.py +++ b/src/fenrirscreenreader/commands/vmenu-navigation/search_p.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-navigation/search_q.py b/src/fenrirscreenreader/commands/vmenu-navigation/search_q.py index ad0dcdbb..0424e888 100644 --- a/src/fenrirscreenreader/commands/vmenu-navigation/search_q.py +++ b/src/fenrirscreenreader/commands/vmenu-navigation/search_q.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-navigation/search_r.py b/src/fenrirscreenreader/commands/vmenu-navigation/search_r.py index 43cd84a3..a8beef51 100644 --- a/src/fenrirscreenreader/commands/vmenu-navigation/search_r.py +++ b/src/fenrirscreenreader/commands/vmenu-navigation/search_r.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-navigation/search_s.py b/src/fenrirscreenreader/commands/vmenu-navigation/search_s.py index 22a9b5da..0b9a68c5 100644 --- a/src/fenrirscreenreader/commands/vmenu-navigation/search_s.py +++ b/src/fenrirscreenreader/commands/vmenu-navigation/search_s.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-navigation/search_t.py b/src/fenrirscreenreader/commands/vmenu-navigation/search_t.py index 7dbb9813..a6caf217 100644 --- a/src/fenrirscreenreader/commands/vmenu-navigation/search_t.py +++ b/src/fenrirscreenreader/commands/vmenu-navigation/search_t.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-navigation/search_u.py b/src/fenrirscreenreader/commands/vmenu-navigation/search_u.py index 3a4bb39a..b7cc8513 100644 --- a/src/fenrirscreenreader/commands/vmenu-navigation/search_u.py +++ b/src/fenrirscreenreader/commands/vmenu-navigation/search_u.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-navigation/search_v.py b/src/fenrirscreenreader/commands/vmenu-navigation/search_v.py index 26a6e16f..6fd4aaf4 100644 --- a/src/fenrirscreenreader/commands/vmenu-navigation/search_v.py +++ b/src/fenrirscreenreader/commands/vmenu-navigation/search_v.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-navigation/search_w.py b/src/fenrirscreenreader/commands/vmenu-navigation/search_w.py index 7e4236ca..5ff18daf 100644 --- a/src/fenrirscreenreader/commands/vmenu-navigation/search_w.py +++ b/src/fenrirscreenreader/commands/vmenu-navigation/search_w.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-navigation/search_x.py b/src/fenrirscreenreader/commands/vmenu-navigation/search_x.py index 0c45a9f9..c5fc2ba4 100644 --- a/src/fenrirscreenreader/commands/vmenu-navigation/search_x.py +++ b/src/fenrirscreenreader/commands/vmenu-navigation/search_x.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-navigation/search_y.py b/src/fenrirscreenreader/commands/vmenu-navigation/search_y.py index 2656a311..4591bf83 100644 --- a/src/fenrirscreenreader/commands/vmenu-navigation/search_y.py +++ b/src/fenrirscreenreader/commands/vmenu-navigation/search_y.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-navigation/search_z.py b/src/fenrirscreenreader/commands/vmenu-navigation/search_z.py index 32714e18..01b5d143 100644 --- a/src/fenrirscreenreader/commands/vmenu-navigation/search_z.py +++ b/src/fenrirscreenreader/commands/vmenu-navigation/search_z.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mc/file/open.py b/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mc/file/open.py index 63f33aa6..fbfa0aa9 100644 --- a/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mc/file/open.py +++ b/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mc/file/open.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mc/file/save.py b/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mc/file/save.py index 33c5f261..b7f9d5ea 100644 --- a/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mc/file/save.py +++ b/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mc/file/save.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mc/search/replace.py b/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mc/search/replace.py index 57f2f910..6580dd63 100644 --- a/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mc/search/replace.py +++ b/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mc/search/replace.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mc/search/search.py b/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mc/search/search.py index d4e2d8c7..590d651e 100644 --- a/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mc/search/search.py +++ b/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mc/search/search.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mc/search/test.py b/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mc/search/test.py index e754a03f..ed09c8f1 100644 --- a/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mc/search/test.py +++ b/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mc/search/test.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mutt/file/issue.py b/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mutt/file/issue.py index fa0ab1cf..337236b5 100644 --- a/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mutt/file/issue.py +++ b/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mutt/file/issue.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mutt/file/open.py b/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mutt/file/open.py index 57efa977..f1db29f0 100644 --- a/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mutt/file/open.py +++ b/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mutt/file/open.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mutt/file/save.py b/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mutt/file/save.py index 33c5f261..b7f9d5ea 100644 --- a/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mutt/file/save.py +++ b/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mutt/file/save.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mutt/search/replace.py b/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mutt/search/replace.py index 57f2f910..6580dd63 100644 --- a/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mutt/search/replace.py +++ b/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mutt/search/replace.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mutt/search/search.py b/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mutt/search/search.py index d4e2d8c7..590d651e 100644 --- a/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mutt/search/search.py +++ b/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mutt/search/search.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mutt/search/test.py b/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mutt/search/test.py index e754a03f..ed09c8f1 100644 --- a/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mutt/search/test.py +++ b/src/fenrirscreenreader/commands/vmenu-profiles/KEY/mutt/search/test.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-profiles/KEY/nano/file/open.py b/src/fenrirscreenreader/commands/vmenu-profiles/KEY/nano/file/open.py index 63f33aa6..fbfa0aa9 100644 --- a/src/fenrirscreenreader/commands/vmenu-profiles/KEY/nano/file/open.py +++ b/src/fenrirscreenreader/commands/vmenu-profiles/KEY/nano/file/open.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-profiles/KEY/nano/search/replace.py b/src/fenrirscreenreader/commands/vmenu-profiles/KEY/nano/search/replace.py index 57f2f910..6580dd63 100644 --- a/src/fenrirscreenreader/commands/vmenu-profiles/KEY/nano/search/replace.py +++ b/src/fenrirscreenreader/commands/vmenu-profiles/KEY/nano/search/replace.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-profiles/KEY/nano/search/search.py b/src/fenrirscreenreader/commands/vmenu-profiles/KEY/nano/search/search.py index d4e2d8c7..590d651e 100644 --- a/src/fenrirscreenreader/commands/vmenu-profiles/KEY/nano/search/search.py +++ b/src/fenrirscreenreader/commands/vmenu-profiles/KEY/nano/search/search.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-profiles/KEY/nano/search/test.py b/src/fenrirscreenreader/commands/vmenu-profiles/KEY/nano/search/test.py index e754a03f..ed09c8f1 100644 --- a/src/fenrirscreenreader/commands/vmenu-profiles/KEY/nano/search/test.py +++ b/src/fenrirscreenreader/commands/vmenu-profiles/KEY/nano/search/test.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-profiles/KEY/vim/file/open.py b/src/fenrirscreenreader/commands/vmenu-profiles/KEY/vim/file/open.py index 63f33aa6..fbfa0aa9 100644 --- a/src/fenrirscreenreader/commands/vmenu-profiles/KEY/vim/file/open.py +++ b/src/fenrirscreenreader/commands/vmenu-profiles/KEY/vim/file/open.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-profiles/KEY/vim/file/save.py b/src/fenrirscreenreader/commands/vmenu-profiles/KEY/vim/file/save.py index 33c5f261..b7f9d5ea 100644 --- a/src/fenrirscreenreader/commands/vmenu-profiles/KEY/vim/file/save.py +++ b/src/fenrirscreenreader/commands/vmenu-profiles/KEY/vim/file/save.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-profiles/KEY/vim/search/replace.py b/src/fenrirscreenreader/commands/vmenu-profiles/KEY/vim/search/replace.py index 57f2f910..6580dd63 100644 --- a/src/fenrirscreenreader/commands/vmenu-profiles/KEY/vim/search/replace.py +++ b/src/fenrirscreenreader/commands/vmenu-profiles/KEY/vim/search/replace.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-profiles/KEY/vim/search/search.py b/src/fenrirscreenreader/commands/vmenu-profiles/KEY/vim/search/search.py index d4e2d8c7..590d651e 100644 --- a/src/fenrirscreenreader/commands/vmenu-profiles/KEY/vim/search/search.py +++ b/src/fenrirscreenreader/commands/vmenu-profiles/KEY/vim/search/search.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-profiles/KEY/vim/search/test.py b/src/fenrirscreenreader/commands/vmenu-profiles/KEY/vim/search/test.py index e754a03f..ed09c8f1 100644 --- a/src/fenrirscreenreader/commands/vmenu-profiles/KEY/vim/search/test.py +++ b/src/fenrirscreenreader/commands/vmenu-profiles/KEY/vim/search/test.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/commands/vmenu-profiles/template.py b/src/fenrirscreenreader/commands/vmenu-profiles/template.py index 253e2494..0e522f3d 100644 --- a/src/fenrirscreenreader/commands/vmenu-profiles/template.py +++ b/src/fenrirscreenreader/commands/vmenu-profiles/template.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/core/applicationManager.py b/src/fenrirscreenreader/core/applicationManager.py index bd91fb27..bef73a90 100644 --- a/src/fenrirscreenreader/core/applicationManager.py +++ b/src/fenrirscreenreader/core/applicationManager.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/core/attributeManager.py b/src/fenrirscreenreader/core/attributeManager.py index 3b3cf7e6..f5f202b2 100644 --- a/src/fenrirscreenreader/core/attributeManager.py +++ b/src/fenrirscreenreader/core/attributeManager.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/core/barrierManager.py b/src/fenrirscreenreader/core/barrierManager.py index aaa115b5..b3b4de17 100644 --- a/src/fenrirscreenreader/core/barrierManager.py +++ b/src/fenrirscreenreader/core/barrierManager.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/core/byteManager.py b/src/fenrirscreenreader/core/byteManager.py index 1273e2f1..dccb3432 100644 --- a/src/fenrirscreenreader/core/byteManager.py +++ b/src/fenrirscreenreader/core/byteManager.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/core/commandData.py b/src/fenrirscreenreader/core/commandData.py index 56dcfff3..65ec426a 100644 --- a/src/fenrirscreenreader/core/commandData.py +++ b/src/fenrirscreenreader/core/commandData.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/core/commandManager.py b/src/fenrirscreenreader/core/commandManager.py index 90e5f2d8..92fceba8 100644 --- a/src/fenrirscreenreader/core/commandManager.py +++ b/src/fenrirscreenreader/core/commandManager.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/core/cursorManager.py b/src/fenrirscreenreader/core/cursorManager.py index d6109328..d14dbe71 100644 --- a/src/fenrirscreenreader/core/cursorManager.py +++ b/src/fenrirscreenreader/core/cursorManager.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/core/environment.py b/src/fenrirscreenreader/core/environment.py index 729aaf2f..27f356d9 100644 --- a/src/fenrirscreenreader/core/environment.py +++ b/src/fenrirscreenreader/core/environment.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/core/eventData.py b/src/fenrirscreenreader/core/eventData.py index 81eabc37..0f50e0ba 100644 --- a/src/fenrirscreenreader/core/eventData.py +++ b/src/fenrirscreenreader/core/eventData.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/core/eventManager.py b/src/fenrirscreenreader/core/eventManager.py index 67f7598d..96bff615 100644 --- a/src/fenrirscreenreader/core/eventManager.py +++ b/src/fenrirscreenreader/core/eventManager.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/core/generalData.py b/src/fenrirscreenreader/core/generalData.py index 9aac3843..b7d75a3b 100644 --- a/src/fenrirscreenreader/core/generalData.py +++ b/src/fenrirscreenreader/core/generalData.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/core/helpManager.py b/src/fenrirscreenreader/core/helpManager.py index aa1439e1..2697a174 100755 --- a/src/fenrirscreenreader/core/helpManager.py +++ b/src/fenrirscreenreader/core/helpManager.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/core/i18n.py b/src/fenrirscreenreader/core/i18n.py index 6f1c3085..5493d371 100644 --- a/src/fenrirscreenreader/core/i18n.py +++ b/src/fenrirscreenreader/core/i18n.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/core/inputData.py b/src/fenrirscreenreader/core/inputData.py index 4eb4fce8..e3bd87e4 100644 --- a/src/fenrirscreenreader/core/inputData.py +++ b/src/fenrirscreenreader/core/inputData.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/core/inputDriver.py b/src/fenrirscreenreader/core/inputDriver.py index 5f2f65f5..16efa0b1 100644 --- a/src/fenrirscreenreader/core/inputDriver.py +++ b/src/fenrirscreenreader/core/inputDriver.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/core/inputManager.py b/src/fenrirscreenreader/core/inputManager.py index 9bcad4a7..be5f9520 100644 --- a/src/fenrirscreenreader/core/inputManager.py +++ b/src/fenrirscreenreader/core/inputManager.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/core/memoryManager.py b/src/fenrirscreenreader/core/memoryManager.py index 50940ead..6dccf7be 100644 --- a/src/fenrirscreenreader/core/memoryManager.py +++ b/src/fenrirscreenreader/core/memoryManager.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/core/outputData.py b/src/fenrirscreenreader/core/outputData.py index bf926f24..ca1729f6 100644 --- a/src/fenrirscreenreader/core/outputData.py +++ b/src/fenrirscreenreader/core/outputData.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/core/outputManager.py b/src/fenrirscreenreader/core/outputManager.py index a3cc5744..6f8a1960 100644 --- a/src/fenrirscreenreader/core/outputManager.py +++ b/src/fenrirscreenreader/core/outputManager.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/core/processManager.py b/src/fenrirscreenreader/core/processManager.py index b6e6407c..7f45f448 100644 --- a/src/fenrirscreenreader/core/processManager.py +++ b/src/fenrirscreenreader/core/processManager.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/core/punctuationData.py b/src/fenrirscreenreader/core/punctuationData.py index 6858e02c..cb633fff 100644 --- a/src/fenrirscreenreader/core/punctuationData.py +++ b/src/fenrirscreenreader/core/punctuationData.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/core/punctuationManager.py b/src/fenrirscreenreader/core/punctuationManager.py index 72877ae4..c7fc3d53 100644 --- a/src/fenrirscreenreader/core/punctuationManager.py +++ b/src/fenrirscreenreader/core/punctuationManager.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/core/quickMenuManager.py b/src/fenrirscreenreader/core/quickMenuManager.py index 2ac5626e..349107ac 100644 --- a/src/fenrirscreenreader/core/quickMenuManager.py +++ b/src/fenrirscreenreader/core/quickMenuManager.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/core/remoteDriver.py b/src/fenrirscreenreader/core/remoteDriver.py index 2baac894..68a8e6e4 100644 --- a/src/fenrirscreenreader/core/remoteDriver.py +++ b/src/fenrirscreenreader/core/remoteDriver.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/core/remoteManager.py b/src/fenrirscreenreader/core/remoteManager.py index c295d25e..0dfb0417 100644 --- a/src/fenrirscreenreader/core/remoteManager.py +++ b/src/fenrirscreenreader/core/remoteManager.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/core/runtimeData.py b/src/fenrirscreenreader/core/runtimeData.py index 7f756440..bc34a90c 100644 --- a/src/fenrirscreenreader/core/runtimeData.py +++ b/src/fenrirscreenreader/core/runtimeData.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/core/sayAllManager.py b/src/fenrirscreenreader/core/sayAllManager.py index e97cb4c1..73865c50 100644 --- a/src/fenrirscreenreader/core/sayAllManager.py +++ b/src/fenrirscreenreader/core/sayAllManager.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/core/screenData.py b/src/fenrirscreenreader/core/screenData.py index 88ebdb39..d090f26b 100644 --- a/src/fenrirscreenreader/core/screenData.py +++ b/src/fenrirscreenreader/core/screenData.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/core/screenDriver.py b/src/fenrirscreenreader/core/screenDriver.py index c590740d..df03b90a 100644 --- a/src/fenrirscreenreader/core/screenDriver.py +++ b/src/fenrirscreenreader/core/screenDriver.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/core/screenManager.py b/src/fenrirscreenreader/core/screenManager.py index 7ea496d6..8f448eeb 100644 --- a/src/fenrirscreenreader/core/screenManager.py +++ b/src/fenrirscreenreader/core/screenManager.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/core/settingsData.py b/src/fenrirscreenreader/core/settingsData.py index f9dd8255..f3b5c4ff 100644 --- a/src/fenrirscreenreader/core/settingsData.py +++ b/src/fenrirscreenreader/core/settingsData.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/core/settingsManager.py b/src/fenrirscreenreader/core/settingsManager.py index 35567a53..93bec064 100644 --- a/src/fenrirscreenreader/core/settingsManager.py +++ b/src/fenrirscreenreader/core/settingsManager.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/core/soundDriver.py b/src/fenrirscreenreader/core/soundDriver.py index b281ae82..cfeefd54 100644 --- a/src/fenrirscreenreader/core/soundDriver.py +++ b/src/fenrirscreenreader/core/soundDriver.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/core/tableManager.py b/src/fenrirscreenreader/core/tableManager.py index 6580ce8b..b4466b2d 100644 --- a/src/fenrirscreenreader/core/tableManager.py +++ b/src/fenrirscreenreader/core/tableManager.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/core/textManager.py b/src/fenrirscreenreader/core/textManager.py index f7e701c9..f91a8d51 100644 --- a/src/fenrirscreenreader/core/textManager.py +++ b/src/fenrirscreenreader/core/textManager.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/core/vmenuManager.py b/src/fenrirscreenreader/core/vmenuManager.py index a106d238..53b40888 100755 --- a/src/fenrirscreenreader/core/vmenuManager.py +++ b/src/fenrirscreenreader/core/vmenuManager.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/inputDriver/atspiDriver.py b/src/fenrirscreenreader/inputDriver/atspiDriver.py index a56d689d..4f2650af 100644 --- a/src/fenrirscreenreader/inputDriver/atspiDriver.py +++ b/src/fenrirscreenreader/inputDriver/atspiDriver.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/inputDriver/debugDriver.py b/src/fenrirscreenreader/inputDriver/debugDriver.py index fce1325e..1908003d 100644 --- a/src/fenrirscreenreader/inputDriver/debugDriver.py +++ b/src/fenrirscreenreader/inputDriver/debugDriver.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/inputDriver/dummyDriver.py b/src/fenrirscreenreader/inputDriver/dummyDriver.py index 22175126..1c4d0ed8 100644 --- a/src/fenrirscreenreader/inputDriver/dummyDriver.py +++ b/src/fenrirscreenreader/inputDriver/dummyDriver.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/inputDriver/ptyDriver.py b/src/fenrirscreenreader/inputDriver/ptyDriver.py index 5a2b545d..13a00811 100644 --- a/src/fenrirscreenreader/inputDriver/ptyDriver.py +++ b/src/fenrirscreenreader/inputDriver/ptyDriver.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/remoteDriver/dummyDriver.py b/src/fenrirscreenreader/remoteDriver/dummyDriver.py index 4dbba2b8..aae81930 100644 --- a/src/fenrirscreenreader/remoteDriver/dummyDriver.py +++ b/src/fenrirscreenreader/remoteDriver/dummyDriver.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/remoteDriver/tcpDriver.py b/src/fenrirscreenreader/remoteDriver/tcpDriver.py index 3bde7ad4..a65a09b1 100644 --- a/src/fenrirscreenreader/remoteDriver/tcpDriver.py +++ b/src/fenrirscreenreader/remoteDriver/tcpDriver.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/remoteDriver/unixDriver.py b/src/fenrirscreenreader/remoteDriver/unixDriver.py index b4ba41c3..40968366 100644 --- a/src/fenrirscreenreader/remoteDriver/unixDriver.py +++ b/src/fenrirscreenreader/remoteDriver/unixDriver.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/screenDriver/dummyDriver.py b/src/fenrirscreenreader/screenDriver/dummyDriver.py index 60cb2d6b..b671a0aa 100644 --- a/src/fenrirscreenreader/screenDriver/dummyDriver.py +++ b/src/fenrirscreenreader/screenDriver/dummyDriver.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/screenDriver/ptyDriver.py b/src/fenrirscreenreader/screenDriver/ptyDriver.py index e61ff3fe..3bd6ec2a 100644 --- a/src/fenrirscreenreader/screenDriver/ptyDriver.py +++ b/src/fenrirscreenreader/screenDriver/ptyDriver.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/screenDriver/vcsaDriver.py b/src/fenrirscreenreader/screenDriver/vcsaDriver.py index 9774baf6..3626f765 100644 --- a/src/fenrirscreenreader/screenDriver/vcsaDriver.py +++ b/src/fenrirscreenreader/screenDriver/vcsaDriver.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/soundDriver/debugDriver.py b/src/fenrirscreenreader/soundDriver/debugDriver.py index 394bb7ab..24b44680 100644 --- a/src/fenrirscreenreader/soundDriver/debugDriver.py +++ b/src/fenrirscreenreader/soundDriver/debugDriver.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/soundDriver/dummyDriver.py b/src/fenrirscreenreader/soundDriver/dummyDriver.py index 5f296755..436bff89 100644 --- a/src/fenrirscreenreader/soundDriver/dummyDriver.py +++ b/src/fenrirscreenreader/soundDriver/dummyDriver.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/soundDriver/genericDriver.py b/src/fenrirscreenreader/soundDriver/genericDriver.py index e159fba3..168a1df5 100644 --- a/src/fenrirscreenreader/soundDriver/genericDriver.py +++ b/src/fenrirscreenreader/soundDriver/genericDriver.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/soundDriver/gstreamerDriver.py b/src/fenrirscreenreader/soundDriver/gstreamerDriver.py index 6e6b1c37..0450ff03 100644 --- a/src/fenrirscreenreader/soundDriver/gstreamerDriver.py +++ b/src/fenrirscreenreader/soundDriver/gstreamerDriver.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/utils/char_utils.py b/src/fenrirscreenreader/utils/char_utils.py index cf9d5f22..1ae9a8e0 100644 --- a/src/fenrirscreenreader/utils/char_utils.py +++ b/src/fenrirscreenreader/utils/char_utils.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/utils/line_utils.py b/src/fenrirscreenreader/utils/line_utils.py index d13d3a44..1c309ced 100644 --- a/src/fenrirscreenreader/utils/line_utils.py +++ b/src/fenrirscreenreader/utils/line_utils.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/utils/mark_utils.py b/src/fenrirscreenreader/utils/mark_utils.py index 3a341b48..c2de1f9a 100644 --- a/src/fenrirscreenreader/utils/mark_utils.py +++ b/src/fenrirscreenreader/utils/mark_utils.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/utils/module_utils.py b/src/fenrirscreenreader/utils/module_utils.py index 5b141e83..08fbed86 100644 --- a/src/fenrirscreenreader/utils/module_utils.py +++ b/src/fenrirscreenreader/utils/module_utils.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader # By Chrys, Storm Dragon, and contributers. diff --git a/src/fenrirscreenreader/utils/review_utils.py b/src/fenrirscreenreader/utils/review_utils.py index 61a21325..fe1afa2f 100644 --- a/src/fenrirscreenreader/utils/review_utils.py +++ b/src/fenrirscreenreader/utils/review_utils.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/utils/screen_utils.py b/src/fenrirscreenreader/utils/screen_utils.py index fbb1ef24..0075d6c8 100644 --- a/src/fenrirscreenreader/utils/screen_utils.py +++ b/src/fenrirscreenreader/utils/screen_utils.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/src/fenrirscreenreader/utils/word_utils.py b/src/fenrirscreenreader/utils/word_utils.py index dd712ea0..56c02de5 100644 --- a/src/fenrirscreenreader/utils/word_utils.py +++ b/src/fenrirscreenreader/utils/word_utils.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Fenrir TTY screen reader diff --git a/tools/listDevices.py b/tools/listDevices.py index 1ddd629b..48fca74c 100755 --- a/tools/listDevices.py +++ b/tools/listDevices.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 import evdev from evdev import InputDevice, UInput from select import select diff --git a/tools/traceEvdev.py b/tools/traceEvdev.py index d40e592c..b024c6ee 100755 --- a/tools/traceEvdev.py +++ b/tools/traceEvdev.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 import evdev from evdev import InputDevice from select import select