Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9121 → Rev 9118

/programs/fs/kfm/trunk/creatfile.inc
File deleted
\ No newline at end of file
/programs/fs/kfm/trunk/key.inc
632,14 → 632,12
f_key_f6:
;sort_date:
cmp [shift_flag],1
je .shift
je still
cmp [ctrl_flag],1
je .ctrl
cmp [alt_flag],1
je still
jmp move_file_f6
.shift:
jmp still
.ctrl:
cmp [select_panel_counter],1
je right_sort_date
670,7 → 668,7
je still
cmp [alt_flag],1
je still
jmp create_new_file; create_directory;
jmp create_directory;create_file
;---------------------------------------------------------------------
f_key_f12:
cmp [shift_flag],1
/programs/fs/kfm/trunk/kfm.asm
367,8 → 367,6
;---------------------------------------------------------------------
include 'creatdir.inc'
;---------------------------------------------------------------------
include 'creatfile.inc'
;---------------------------------------------------------------------
include 'confirm.inc'
;---------------------------------------------------------------------
include 'err_wind.inc'