From bf9a685cf89c23023faffc064dff6be7a14e6d29 Mon Sep 17 00:00:00 2001 From: NIN101 Date: Sun, 31 May 2015 13:33:19 +0200 Subject: [PATCH] document the new shortcuts --- documentation.txt | 4 ++++ fs-overlay/etc/init.d/rcS | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/documentation.txt b/documentation.txt index b38233c..220faaf 100644 --- a/documentation.txt +++ b/documentation.txt @@ -172,6 +172,10 @@ ummr -> umount maemo root" enftp -> enable ftp (anon upload/download everywhere)" mse -> enable mass-storage mode" msd -> disable mass-storage mode" +usbne -> enable usb networking +usbnd -> disable usb networking +chargebat -> start battery charging + Tab: Shift + Space ESC: Fn (Arrow) + Ctrl diff --git a/fs-overlay/etc/init.d/rcS b/fs-overlay/etc/init.d/rcS index 7a6d1ad..082ad17 100755 --- a/fs-overlay/etc/init.d/rcS +++ b/fs-overlay/etc/init.d/rcS @@ -56,6 +56,10 @@ echo "ummr -> umount maemo root" echo "enftp -> enable ftp (anon upload/download everywhere)" echo "mse -> enable mass-storage mode" echo "msd -> disable mass-storage mode" +echo "usbne -> enable usb networking" +echo "usbnd -> disable usb networking" +echo "chargebat -> start battery charging" + echo "Tab: Shift + Space" echo "ESC: Fn (Arrow) + Ctrl" echo