/opt/alt/python34/lib64/python3.4/idlelib
NameSizeModeActions
Icons/-0755rm
idle_test/-0755rm
__pycache__/-0755rm
aboutDialog.py66880644editdlrm
AutoComplete.py92020644editdlrm
AutoCompleteWindow.py177390644editdlrm
AutoExpand.py33950644editdlrm
Bindings.py30460644editdlrm
CallTips.py59320644editdlrm
CallTipWindow.py60340644editdlrm
ChangeLog563930644editdlrm
ClassBrowser.py69990644editdlrm
CodeContext.py83480644editdlrm
ColorDelegator.py96950644editdlrm
config-extensions.def29650644editdlrm
config-highlight.def25150644editdlrm
config-keys.def77770644editdlrm
config-main.def25630644editdlrm
configDialog.py643050644editdlrm
configHandler.py321970644editdlrm
configHelpSourceEdit.py66700644editdlrm
configSectionNameDialog.py40070644editdlrm
CREDITS.txt18650644editdlrm
Debugger.py187590644editdlrm
Delegator.py6650644editdlrm
dynOptionMenuWidget.py19900644editdlrm
EditorWindow.py660590644editdlrm
extend.txt36420644editdlrm
FileList.py38130644editdlrm
FormatParagraph.py72870644editdlrm
GrepDialog.py51240644editdlrm
help.html411260644editdlrm
help.py97010644editdlrm
help.txt179000644editdlrm
HISTORY.txt103170644editdlrm
HyperParser.py128770644editdlrm
idle.py4000644editdlrm
idle.pyw5700644editdlrm
IdleHistory.py40520644editdlrm
idlever.py4150644editdlrm
IOBinding.py197730644editdlrm
keybindingDialog.py124160644editdlrm
macosxSupport.py86840644editdlrm
MultiCall.py185710644editdlrm
MultiStatusBar.py13480644editdlrm
NEWS.txt398350644editdlrm
ObjectBrowser.py39750644editdlrm
OutputWindow.py43940644editdlrm
ParenMatch.py67130644editdlrm
PathBrowser.py32070644editdlrm
Percolator.py32440644editdlrm
PyParse.py204610644editdlrm
PyShell.py584500755editdlrm
README.txt77090644editdlrm
RemoteDebugger.py120070644editdlrm
RemoteObjectBrowser.py9640644editdlrm
ReplaceDialog.py66400644editdlrm
rpc.py207820644editdlrm
RstripExtension.py10500644editdlrm
run.py136730644editdlrm
ScriptBinding.py80610644editdlrm
ScrolledList.py43750644editdlrm
SearchDialog.py26300644editdlrm
SearchDialogBase.py70090644editdlrm
SearchEngine.py74850644editdlrm
StackViewer.py44260644editdlrm
tabbedpages.py184180644editdlrm
textView.py32250644editdlrm
TODO.txt84780644editdlrm
ToolTip.py31730644editdlrm
TreeWidget.py150240644editdlrm
UndoDelegator.py108150644editdlrm
WidgetRedirector.py68690644editdlrm
WindowList.py24720644editdlrm
ZoomHeight.py13000644editdlrm
__init__.py2880644editdlrm
__main__.py1590644editdlrm
Edit: /opt/alt/python34/lib64/python3.4/idlelib/config-keys.def (7777B)
# IDLE reads several config files to determine user preferences. This # file is the default config file for idle key binding settings. # Where multiple keys are specified for an action: if they are separated # by a space (eg. action= ) then the keys are alternatives, if # there is no space (eg. action=) then the keys comprise a # single 'emacs style' multi-keystoke binding. The tk event specifier 'Key' # is used in all cases, for consistency in auto key conflict checking in the # configuration gui. [IDLE Classic Windows] copy= cut= paste= beginning-of-line= center-insert= close-all-windows= close-window= do-nothing= end-of-file= python-docs= python-context-help= history-next= history-previous= interrupt-execution= view-restart= restart-shell= open-class-browser= open-module= open-new-window= open-window-from-file= plain-newline-and-indent= print-window= redo= remove-selection= save-copy-of-window-as-file= save-window-as-file= save-window= select-all= toggle-auto-coloring= undo= find= find-again= find-in-files= find-selection= replace= goto-line= smart-backspace= newline-and-indent= smart-indent= indent-region= dedent-region= comment-region= uncomment-region= tabify-region= untabify-region= toggle-tabs= change-indentwidth= del-word-left= del-word-right= [IDLE Classic Unix] copy= cut= paste= beginning-of-line= center-insert= close-all-windows= close-window= do-nothing= end-of-file= history-next= history-previous= interrupt-execution= view-restart= restart-shell= open-class-browser= open-module= open-new-window= open-window-from-file= plain-newline-and-indent= print-window= python-docs= python-context-help= redo= remove-selection= save-copy-of-window-as-file= save-window-as-file= save-window= select-all= toggle-auto-coloring= undo= find= find-again= find-in-files= find-selection= replace= goto-line= smart-backspace= newline-and-indent= smart-indent= indent-region= dedent-region= comment-region= uncomment-region= tabify-region= untabify-region= toggle-tabs= change-indentwidth= del-word-left= del-word-right= [IDLE Classic Mac] copy= cut= paste= beginning-of-line= center-insert= close-all-windows= close-window= do-nothing= end-of-file= python-docs= python-context-help= history-next= history-previous= interrupt-execution= view-restart= restart-shell= open-class-browser= open-module= open-new-window= open-window-from-file= plain-newline-and-indent= print-window= redo= remove-selection= save-window-as-file= save-window= save-copy-of-window-as-file= select-all= toggle-auto-coloring= undo= find= find-again= find-in-files= find-selection= replace= goto-line= smart-backspace= newline-and-indent= smart-indent= indent-region= dedent-region= comment-region= uncomment-region= tabify-region= untabify-region= toggle-tabs= change-indentwidth= del-word-left= del-word-right= [IDLE Classic OSX] toggle-tabs = interrupt-execution = untabify-region = remove-selection = print-window = replace = goto-line = plain-newline-and-indent = history-previous = beginning-of-line = end-of-line = comment-region = redo = close-window = restart-shell = save-window-as-file = close-all-windows = view-restart = tabify-region = find-again = find = toggle-auto-coloring = select-all = smart-backspace = change-indentwidth = do-nothing = smart-indent = center-insert = history-next = del-word-right = undo = save-window = uncomment-region = cut = find-in-files = dedent-region = copy = paste = indent-region = del-word-left = newline-and-indent = end-of-file = open-class-browser = open-new-window = open-module = find-selection = python-context-help = save-copy-of-window-as-file = open-window-from-file = python-docs =