lots of updates
[distro-setup] / input-setup
index 6ec672cde998d9bec74085e819290e113b379a85..4e2e66b2ca66db7323ff6c053db60edd40242cc9 100755 (executable)
@@ -15,12 +15,12 @@ set -x
 # limitations under the License.
 
 # set to oppsite if the order is flipped.
-k2flip=false
+k2flip=true
 if $k2flip; then
-k2inorder=false
+    k2inorder=false
 else
     k2inorder=true
-    fi
+fi
 
 case $HOSTNAME in
     x2|tp) type=laptop ;;